File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,24 @@ use_frameworks!
2
2
3
3
target 'HelloWorld' do
4
4
platform :osx , '10.10'
5
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
5
+ pod 'Criollo' , :git => '../../'
6
6
pod 'CSSystemInfoHelper' , '~> 1.4'
7
7
end
8
8
9
9
target 'HelloWorld-Cocoa' do
10
10
platform :osx , '10.10'
11
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
11
+ pod 'Criollo' , :git => '../../'
12
12
pod 'CSSystemInfoHelper' , '~> 1.4'
13
13
end
14
14
15
15
target 'HelloWorld-iOS' do
16
16
platform :ios , '8.0'
17
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
17
+ pod 'Criollo' , :git => '../../'
18
18
pod 'CSSystemInfoHelper' , '~> 1.4'
19
19
end
20
20
21
21
target 'HelloWorld-tvOS' do
22
22
platform :tvos , '9.0'
23
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
23
+ pod 'Criollo' , :git => '../../'
24
24
pod 'CSSystemInfoHelper' , '~> 1.4'
25
25
end
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ platform :osx, '10.10'
2
2
use_frameworks!
3
3
4
4
target 'HelloWorld-ObjC' do
5
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
5
+ pod 'Criollo' , :git => '../../'
6
6
pod 'CSSystemInfoHelper' , '~> 1.4'
7
7
end
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ platform :osx, '10.10'
2
2
use_frameworks!
3
3
4
4
target 'HelloWorld-Swift' do
5
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
5
+ pod 'Criollo' , :git => '../../'
6
6
pod 'CSSystemInfoHelper' , '~> 1.4'
7
7
end
8
8
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ platform :osx, '10.10'
2
2
use_frameworks!
3
3
4
4
target 'HelloWorld' do
5
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
5
+ pod 'Criollo' , :git => '../../'
6
6
end
7
7
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ platform :osx, '10.10'
2
2
use_frameworks!
3
3
4
4
target 'LongRequest' do
5
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
5
+ pod 'Criollo' , :git => '../../'
6
6
end
7
7
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ target 'SecureHTTPServer' do
3
3
use_frameworks!
4
4
platform :ios , '8.0'
5
5
6
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
6
+ pod 'Criollo' , :git => '../../'
7
7
pod 'CSSystemInfoHelper' , '~> 1.4'
8
8
end
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ platform :osx, '10.10'
2
2
use_frameworks!
3
3
4
4
target 'CriolloServerStats' do
5
- pod 'Criollo' , :git => '../../' , :branch => 'develop'
5
+ pod 'Criollo' , :git => '../../'
6
6
pod 'CSSystemInfoHelper' , '~> 1.4'
7
7
end
8
8
You can’t perform that action at this time.
0 commit comments