Skip to content

Commit

Permalink
Swift Package Manager (#3)
Browse files Browse the repository at this point in the history
* ✨ Added SPM support.

* 🔥 Some cleanup.
  • Loading branch information
intere authored May 31, 2022
1 parent 952469d commit d5b4f23
Show file tree
Hide file tree
Showing 22 changed files with 1,077 additions and 212 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

## Build generated
build/
.build/
DerivedData
iTunesArtwork/

Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- Cartography (3.1.0)
- UITestKit (0.1.1)
- UITestKit (0.1.2)

DEPENDENCIES:
- Cartography
- UITestKit (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- Cartography

EXTERNAL SOURCES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Cartography: 1988b7578871a56c036e7af17195cb2190edf18c
UITestKit: bb1fc2eb0cf68f54145826cc9f65a86d3ccd683d
UITestKit: 961d46ec562e31a3dcb6bf716a301a65562c0c3b

PODFILE CHECKSUM: 767b758c16fb4cf2962148df30d47e64acddfa07

Expand Down
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/UITestKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

195 changes: 139 additions & 56 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/UITestKit/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d5b4f23

Please sign in to comment.