Skip to content

Commit 70c3559

Browse files
committed
Cocoapods podspec: we must use property and not .
1 parent 5c4803b commit 70c3559

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
spec.author = { "Luc Dion" => "[email protected]" }
1717
spec.source = { :git => "https://github.com/layoutBox/PinLayout.git", :tag => "#{spec.version}" }
1818
spec.source_files = "Sources/**/*.swift"
19-
spec.swift_version = ['4.2', '5.0']
19+
spec.swift_versions = ['4.2', '5.0']
2020

2121
spec.ios.deployment_target = '8.0'
2222
spec.ios.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'

TestProjects/cocoapods/tvos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- PinLayout (1.8.9)
2+
- PinLayout (1.9.1)
33

44
DEPENDENCIES:
55
- PinLayout (from `../../..`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../../.."
1010

1111
SPEC CHECKSUMS:
12-
PinLayout: f7237c104696f409470947fee3ac82e239cac367
12+
PinLayout: 971dd075938150aee314753269751e0f76dbb851
1313

1414
PODFILE CHECKSUM: 8c63011727a286dcaaff051ed3b2eedd5363f244
1515

0 commit comments

Comments
 (0)