Skip to content
This repository was archived by the owner on Aug 21, 2021. It is now read-only.

Commit 7639c48

Browse files
committed
Update Alamofire, Swinject, Quick and Nimble by CocoaPods.
1 parent a07bf39 commit 7639c48

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
use_frameworks!
44

5-
pod 'Alamofire', '~> 2.0.2'
5+
pod 'Alamofire', '~> 3.1.0'
66
pod 'SwiftyJSON', '~> 2.3.0'
7-
pod 'Swinject', '~> 0.2.2'
7+
pod 'Swinject', '0.5'
88

99

1010
def testing_pods
11-
pod 'Quick', '0.6.0'
12-
pod 'Nimble', '2.0.0-rc.2'
11+
pod 'Quick', '0.8.0'
12+
pod 'Nimble', '3.0.0'
1313
end
1414

1515
target 'SwinjectSimpleExampleTests' do

Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
PODS:
2-
- Alamofire (2.0.2)
3-
- Nimble (2.0.0-rc.2)
4-
- Quick (0.6.0)
2+
- Alamofire (3.1.2)
3+
- Nimble (3.0.0)
4+
- Quick (0.8.0)
55
- SwiftyJSON (2.3.0)
6-
- Swinject (0.2.2)
6+
- Swinject (0.5)
77

88
DEPENDENCIES:
9-
- Alamofire (~> 2.0.2)
10-
- Nimble (= 2.0.0-rc.2)
11-
- Quick (= 0.6.0)
9+
- Alamofire (~> 3.1.0)
10+
- Nimble (= 3.0.0)
11+
- Quick (= 0.8.0)
1212
- SwiftyJSON (~> 2.3.0)
13-
- Swinject (~> 0.2.2)
13+
- Swinject (= 0.5)
1414

1515
SPEC CHECKSUMS:
16-
Alamofire: 8edbab00802a752bb5240cc2abe70e7e881488ad
17-
Nimble: e3cf5e73a491daf21c2bc88783dbfc55ce8b8e02
18-
Quick: 563686dbcf0ae0f9f7401ac9cd2d786ee1b7f3d7
16+
Alamofire: 7c16ca65f3c7e681fd925fd7f2dec7747ff96855
17+
Nimble: 4c353d43735b38b545cbb4cb91504588eb5de926
18+
Quick: 563d0f6ec5f72e394645adb377708639b7dd38ab
1919
SwiftyJSON: 8d6b61a70277ef2a5d710d372e06e7e2d87fb9e4
20-
Swinject: 1aaa74a6cd2da0f9fc9bbf6c7a00d8bccde0079e
20+
Swinject: 0bf92c3336808a69d162bcf8f338774640de518a
2121

22-
COCOAPODS: 0.38.2
22+
COCOAPODS: 0.39.0

SwinjectSimpleExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
8D23A09513581907853700C6 /* Pods_SwinjectSimpleExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7A29B4448E7E0D4B438261D /* Pods_SwinjectSimpleExampleTests.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
10+
8D23A09513581907853700C6 /* Pods_SwinjectSimpleExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7A29B4448E7E0D4B438261D /* Pods_SwinjectSimpleExampleTests.framework */; };
1111
9878A1E71B78745C0005ACD9 /* City.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1E51B78745C0005ACD9 /* City.swift */; };
1212
9878A1E81B78745C0005ACD9 /* WeatherFetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1E61B78745C0005ACD9 /* WeatherFetcher.swift */; };
1313
9878A1EB1B78746C0005ACD9 /* WeatherFetcherSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1EA1B78746C0005ACD9 /* WeatherFetcherSpec.swift */; };
@@ -20,7 +20,7 @@
2020
98BA27391B785EB00047549E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 98BA27371B785EB00047549E /* Main.storyboard */; };
2121
98BA273B1B785EB00047549E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 98BA273A1B785EB00047549E /* Assets.xcassets */; };
2222
98BA273E1B785EB00047549E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 98BA273C1B785EB00047549E /* LaunchScreen.storyboard */; };
23-
B97E303F9E4F93462892FD8E /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9AC9D028BA563C5ADB6DE2EE /* Pods.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
23+
B97E303F9E4F93462892FD8E /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9AC9D028BA563C5ADB6DE2EE /* Pods.framework */; };
2424
/* End PBXBuildFile section */
2525

2626
/* Begin PBXContainerItemProxy section */

0 commit comments

Comments
 (0)