Skip to content

Commit 42c04eb

Browse files
committed
update pod example
1 parent cbc860f commit 42c04eb

22 files changed

+329
-2210
lines changed

.DS_Store

6 KB
Binary file not shown.

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use_frameworks!
33
platform :ios, '13.0'
44

55
target 'ReerRouter_Example' do
6-
pod 'ReerRouter', '2.1.0'
6+
pod 'ReerRouter', :path => '../'
77

88
target 'ReerRouter_Tests' do
99
inherit! :search_paths

Example/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- ReerRouter (2.0.1)
2+
- ReerRouter (2.1.0)
33

44
DEPENDENCIES:
5-
- ReerRouter (= 2.0.1)
5+
- ReerRouter (from `../`)
66

7-
SPEC REPOS:
8-
trunk:
9-
- ReerRouter
7+
EXTERNAL SOURCES:
8+
ReerRouter:
9+
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
ReerRouter: e6def49faae2001bb1786208dab4e8490bf3418e
12+
ReerRouter: 59ac7db3ee8532b8b8ea2b1d67ccaeeff50befba
1313

14-
PODFILE CHECKSUM: a6c09023240c2596d3fed2fb63a16f8381b3406b
14+
PODFILE CHECKSUM: d3ad8cfc6516140810f9038ffd43186b37475776
1515

16-
COCOAPODS: 1.15.2
16+
COCOAPODS: 1.16.2

Example/Pods/Manifest.lock

Lines changed: 8 additions & 8 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: 288 additions & 206 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/ReerRouter/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)