Skip to content

Commit 53ab6fc

Browse files
authored
Swift Package Manager support (#47)
* Add Swift Package Manager definition * Update README * Update podspec & version
1 parent bd5213d commit 53ab6fc

32 files changed

Lines changed: 599 additions & 581 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ DerivedData
2121

2222
# Bundler
2323
.bundle
24+
.build
25+
.swiftpm

Example/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
21
use_frameworks!
32

43
platform :ios, '10.0'

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- ZSWTaggedString/Core (4.2)
99
- ZSWTaggedString/Swift (4.2):
1010
- ZSWTaggedString/Core
11-
- ZSWTappableLabel (3.2)
11+
- ZSWTappableLabel (3.3.2)
1212

1313
DEPENDENCIES:
1414
- Expecta
@@ -20,7 +20,7 @@ DEPENDENCIES:
2020
- ZSWTappableLabel (from `../`)
2121

2222
SPEC REPOS:
23-
https://github.com/CocoaPods/Specs.git:
23+
trunk:
2424
- Expecta
2525
- Masonry
2626
- SnapKit
@@ -37,8 +37,8 @@ SPEC CHECKSUMS:
3737
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
3838
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
3939
ZSWTaggedString: 1a6aab3143188634c1e5dfe9383ce754c1fb5fe2
40-
ZSWTappableLabel: f738597b56086ed885f79f164a0c8c15a990c750
40+
ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0
4141

42-
PODFILE CHECKSUM: 9e919496c1848acd1d34cab7f2ec703df663e564
42+
PODFILE CHECKSUM: 6a653d5b9d6d2422d9813a55ee72322514951887
4343

44-
COCOAPODS: 1.9.1
44+
COCOAPODS: 1.10.1

Example/Pods/Local Podspecs/ZSWTappableLabel.podspec.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 442 additions & 445 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Expecta/Expecta.debug.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Expecta/Expecta.release.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Masonry/Masonry.debug.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Masonry/Masonry.release.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)