Skip to content

Commit f1a6ae4

Browse files
author
Joan Martin
committedFeb 4, 2022
Fixing podpsec and indenting package
1 parent 94aa6d7 commit f1a6ae4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎HarmonyTesting.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
# * Finally, don't worry about the indent, CocoaPods strips it!
2020

2121
s.description = <<-DESC
22-
Mobile Jazz Harmony Repository
22+
Mobile Jazz Harmony Testing Repository
2323
DESC
2424

2525
s.homepage = 'https://github.com/mobilejazz/harmony-ios'

‎Package.swift

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ import PackageDescription
55

66
let package = Package(
77
name: "Harmony",
8-
platforms: [.iOS(.v12),
9-
.macOS(.v10_12)],
8+
platforms: [
9+
.iOS(.v12),
10+
.macOS(.v10_12)
11+
],
1012
products: [
1113
.library(
1214
name: "Harmony",

0 commit comments

Comments
 (0)
Please sign in to comment.