-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload to cocoapods and add spm support
- Loading branch information
Egor Lindberg
committed
Jan 19, 2021
1 parent
64b04dc
commit bd6dc5b
Showing
66 changed files
with
2,868 additions
and
746 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
use_frameworks! | ||
|
||
platform :ios, '9.0' | ||
|
||
target 'ORLocation_Example' do | ||
pod 'ORLocation', :path => '../' | ||
|
||
target 'ORLocation_Tests' do | ||
inherit! :search_paths | ||
|
||
|
||
pod 'FBSnapshotTestCase' , '~> 2.1.4' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,27 @@ | ||
PODS: | ||
- ORLocation (3.1.0) | ||
- FBSnapshotTestCase (2.1.4): | ||
- FBSnapshotTestCase/SwiftSupport (= 2.1.4) | ||
- FBSnapshotTestCase/Core (2.1.4) | ||
- FBSnapshotTestCase/SwiftSupport (2.1.4): | ||
- FBSnapshotTestCase/Core | ||
- ORLocation (4.0.0) | ||
|
||
DEPENDENCIES: | ||
- FBSnapshotTestCase (~> 2.1.4) | ||
- ORLocation (from `../`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- FBSnapshotTestCase | ||
|
||
EXTERNAL SOURCES: | ||
ORLocation: | ||
:path: ../ | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
ORLocation: 0d0e6f3b4df9e5bb9dc356771e86fd76713de7b3 | ||
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a | ||
ORLocation: 9295ebc210b10be56747882589ac0705472fa0b5 | ||
|
||
PODFILE CHECKSUM: 343ab60f954acac83080a0996e7f7251dd57c545 | ||
PODFILE CHECKSUM: 129d6efda66e8a042419239c434f1020f9826cd4 | ||
|
||
COCOAPODS: 1.3.1 | ||
COCOAPODS: 1.8.3 |
20 changes: 20 additions & 0 deletions
20
...ple/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
...ple/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.