File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
# use 'bundle update' to update to latest gems
2
2
source 'https://rubygems.org'
3
3
4
- gem 'cocoapods' , :git => 'https://github.com/CocoaPods/CocoaPods.git' , :tag => '1.6.0.rc.2'
5
- gem 'cocoapods-core' , :git => 'https://github.com/CocoaPods/Core.git' , :tag => '1.6.0.rc.2'
4
+ gem 'cocoapods' , :git => 'https://github.com/CocoaPods/CocoaPods.git'
5
+ gem 'cocoapods-core' , :git => 'https://github.com/CocoaPods/Core.git'
6
6
gem 'cocoapods-generate' , :git => 'https://github.com/square/cocoapods-generate'
7
7
gem 'xcodeproj' , :git => 'https://github.com/CocoaPods/Xcodeproj.git'
Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: https://github.com/CocoaPods/CocoaPods.git
3
- revision: 783424de392ebb327f7dc25d685b8df9605e76be
4
- tag: 1.6.0.rc.2
3
+ revision: 984af0b1c31000b30455b276bcac21d424003f40
5
4
specs:
6
- cocoapods (1.6.0.rc.2 )
5
+ cocoapods (1.6.0 )
7
6
activesupport (>= 4.0.2 , < 5 )
8
7
claide (>= 1.0.2 , < 2.0 )
9
- cocoapods-core (= 1.6.0.rc.2 )
8
+ cocoapods-core (= 1.6.0 )
10
9
cocoapods-deintegrate (>= 1.0.2 , < 2.0 )
11
10
cocoapods-downloader (>= 1.2.2 , < 2.0 )
12
11
cocoapods-plugins (>= 1.0.0 , < 2.0 )
25
24
26
25
GIT
27
26
remote: https://github.com/CocoaPods/Core.git
28
- revision: 2e99d7e1ce9c36bc82c822624e34c150b48342f5
29
- tag: 1.6.0.rc.2
27
+ revision: 887e2804a091eec4bc43f9db8285d8e07905418d
30
28
specs:
31
- cocoapods-core (1.6.0.rc.2 )
29
+ cocoapods-core (1.6.0 )
32
30
activesupport (>= 4.0.2 , < 6 )
33
31
fuzzy_match (~> 2.0.4 )
34
32
nap (~> 1.0 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Shared library for iOS SDK data logging needs.
17
17
18
18
s . ios . deployment_target = '8.0'
19
19
20
- s . cocoapods_version = '>= 1.6.0.rc.2 '
20
+ s . cocoapods_version = '>= 1.6.0'
21
21
22
22
s . static_framework = true
23
23
s . prefix_header_file = false
You can’t perform that action at this time.
0 commit comments