File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'Argo'
3
- spec . version = '3 .0.1 '
3
+ spec . version = '4 .0.0 '
4
4
spec . summary = 'Functional JSON parsing library for Swift.'
5
5
spec . homepage = 'https://github.com/thoughtbot/Argo'
6
6
spec . license = { :type => 'MIT' , :file => 'LICENSE' }
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
13
13
spec . source = { :git => 'https://github.com/thoughtbot/Argo.git' , :tag => "v#{ spec . version } " }
14
14
spec . source_files = 'Argo/**/*.{h,swift}'
15
15
16
- spec . dependency 'Runes' , '>= 3 .0.0'
16
+ spec . dependency 'Runes' , '>= 4 .0.0'
17
17
18
18
spec . requires_arc = true
19
19
spec . compiler_flags = '-whole-module-optimization'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3 .0.1 </string >
18
+ <string >4 .0.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
- github "thoughtbot/Runes" "master"
1
+ github "thoughtbot/Runes" ~> 4.0.0
Original file line number Diff line number Diff line change 1
- github "thoughtbot/Curry" "master"
1
+ github "thoughtbot/Curry" ~> 3.0.0
Original file line number Diff line number Diff line change 1
- github "thoughtbot/Curry" "408134ffa8dd1c09b0050f65eae300381b934bf6 "
2
- github "thoughtbot/Runes" "e00cf681ec03a2dbf2b4cd6dd1e24d522f55474b "
1
+ github "thoughtbot/Curry" "v3.0.0 "
2
+ github "thoughtbot/Runes" "v4.0.0 "
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Here is the current Swift compatibility breakdown:
23
23
24
24
| Swift Version | Argo Version |
25
25
| ------------- | ------------ |
26
- | 3.X | master |
26
+ | 3.X | 4.X |
27
27
| 2.2, 2.3 | 3.X |
28
28
| 2.0, 2.1 | 2.X |
29
29
| 1.2 - 2.0 | 1.X |
You can’t perform that action at this time.
0 commit comments