Skip to content

Commit

Permalink
更新AFNetworking 3.0 YTKNetwork也进行调整
Browse files Browse the repository at this point in the history
  • Loading branch information
tabwu committed Dec 29, 2016
1 parent 818ca06 commit 230056e
Show file tree
Hide file tree
Showing 80 changed files with 4,820 additions and 7,019 deletions.
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -2,7 +2,7 @@
target 'jiaModuleDemo’ do
platform :ios, "7.0"
pod 'AFNetworking', '~>2.6.0'
pod 'AFNetworking', '~> 3.0'
pod 'ReactiveCocoa', '~> 2.5'
pod 'SDWebImage', '~> 3.7.5'
pod 'JSONModel', '~> 1.0.1'
Expand Down
34 changes: 14 additions & 20 deletions Podfile.lock
@@ -1,24 +1,18 @@
PODS:
- AFNetworking (2.6.3):
- AFNetworking/NSURLConnection (= 2.6.3)
- AFNetworking/NSURLSession (= 2.6.3)
- AFNetworking/Reachability (= 2.6.3)
- AFNetworking/Security (= 2.6.3)
- AFNetworking/Serialization (= 2.6.3)
- AFNetworking/UIKit (= 2.6.3)
- AFNetworking/NSURLConnection (2.6.3):
- AFNetworking (3.1.0):
- AFNetworking/NSURLSession (= 3.1.0)
- AFNetworking/Reachability (= 3.1.0)
- AFNetworking/Security (= 3.1.0)
- AFNetworking/Serialization (= 3.1.0)
- AFNetworking/UIKit (= 3.1.0)
- AFNetworking/NSURLSession (3.1.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.6.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.6.3)
- AFNetworking/Security (2.6.3)
- AFNetworking/Serialization (2.6.3)
- AFNetworking/UIKit (2.6.3):
- AFNetworking/NSURLConnection
- AFNetworking/Reachability (3.1.0)
- AFNetworking/Security (3.1.0)
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- Aspects (1.4.1)
- CocoaLumberjack (2.0.3):
Expand Down Expand Up @@ -75,7 +69,7 @@ PODS:
- YYCache (1.0.4)

DEPENDENCIES:
- AFNetworking (~> 2.6.0)
- AFNetworking (~> 3.0)
- Aspects
- CocoaLumberjack (~> 2.0.0-rc)
- CYLTabBarController
Expand All @@ -97,7 +91,7 @@ DEPENDENCIES:
- YYCache

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
Aspects: 7595ba96a6727a58ebcbfc954497fc5d2fdde546
CocoaLumberjack: f58d8a19629f4d8379ae14bb3534def24161430e
CYLTabBarController: 3b6befc12bccc2fd29a4d69e3ad7f9c4aaaf4506
Expand All @@ -114,6 +108,6 @@ SPEC CHECKSUMS:
XAspect: db50bf487f92dbb8557a7a5365556966c8493af8
YYCache: 8105b6638f5e849296c71f331ff83891a4942952

PODFILE CHECKSUM: 239eb87ec4d091c0bee69efe2fa73c10d1199f3a
PODFILE CHECKSUM: 1a1214d7af614423c5c11d294058b79ae6cb3f45

COCOAPODS: 1.2.0.beta.1
70 changes: 0 additions & 70 deletions Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h

This file was deleted.

206 changes: 0 additions & 206 deletions Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m

This file was deleted.

0 comments on commit 230056e

Please sign in to comment.