Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 33a8889

Browse files
authored
Refactor xcode version (xcode 9 support) and dependencies update. (#2)
* refactor project and dependencies, version bump * update podspec and version
1 parent d659cce commit 33a8889

File tree

15 files changed

+568
-413
lines changed

15 files changed

+568
-413
lines changed

Example/Podfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
PODS:
22
- jrpc (0.1.0-beta)
3-
- OHHTTPStubs (5.2.3):
4-
- OHHTTPStubs/Default (= 5.2.3)
5-
- OHHTTPStubs/Core (5.2.3)
6-
- OHHTTPStubs/Default (5.2.3):
3+
- OHHTTPStubs (6.0.0):
4+
- OHHTTPStubs/Default (= 6.0.0)
5+
- OHHTTPStubs/Core (6.0.0)
6+
- OHHTTPStubs/Default (6.0.0):
77
- OHHTTPStubs/Core
88
- OHHTTPStubs/JSON
99
- OHHTTPStubs/NSURLSession
1010
- OHHTTPStubs/OHPathHelpers
11-
- OHHTTPStubs/JSON (5.2.3):
11+
- OHHTTPStubs/JSON (6.0.0):
1212
- OHHTTPStubs/Core
13-
- OHHTTPStubs/NSURLSession (5.2.3):
14-
- OHHTTPStubs/Core
15-
- OHHTTPStubs/OHPathHelpers (5.2.3)
16-
- OHHTTPStubs/Swift (5.2.3):
13+
- OHHTTPStubs/NSURLSession (6.0.0):
1714
- OHHTTPStubs/Core
15+
- OHHTTPStubs/OHPathHelpers (6.0.0)
16+
- OHHTTPStubs/Swift (6.0.0):
17+
- OHHTTPStubs/Default
1818

1919
DEPENDENCIES:
2020
- jrpc (from `../`)
@@ -23,12 +23,12 @@ DEPENDENCIES:
2323

2424
EXTERNAL SOURCES:
2525
jrpc:
26-
:path: "../"
26+
:path: ../
2727

2828
SPEC CHECKSUMS:
2929
jrpc: 18809df6734648427b9a198463038dababeaf7f3
30-
OHHTTPStubs: e238cd5b66d8efa51c861db45895de8fe079f4a7
30+
OHHTTPStubs: 752f9b11fd810a15162d50f11c06ff94f8e012eb
3131

3232
PODFILE CHECKSUM: 3690747f8d520720be55b3acc0aff0bee999b55f
3333

34-
COCOAPODS: 1.2.0
34+
COCOAPODS: 1.3.1

Example/Pods/Manifest.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)