Skip to content

Commit

Permalink
Update AFNetworking to 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Apr 6, 2014
1 parent 6814948 commit 08a4128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/AFNetworking
Submodule AFNetworking updated 47 files
+2 −2 .travis.yml
+4 −2 AFNetworking.podspec
+6 −0 AFNetworking.xcworkspace/contents.xcworkspacedata
+6 −2 AFNetworking/AFHTTPRequestOperation.m
+1 −1 AFNetworking/AFHTTPRequestOperationManager.h
+6 −1 AFNetworking/AFHTTPRequestOperationManager.m
+1 −1 AFNetworking/AFHTTPSessionManager.h
+12 −3 AFNetworking/AFHTTPSessionManager.m
+2 −0 AFNetworking/AFNetworkReachabilityManager.h
+49 −82 AFNetworking/AFSecurityPolicy.m
+2 −2 AFNetworking/AFURLConnectionOperation.h
+15 −9 AFNetworking/AFURLConnectionOperation.m
+61 −9 AFNetworking/AFURLRequestSerialization.h
+158 −57 AFNetworking/AFURLRequestSerialization.m
+31 −58 AFNetworking/AFURLResponseSerialization.m
+8 −1 AFNetworking/AFURLSessionManager.h
+16 −17 AFNetworking/AFURLSessionManager.m
+400 −14 CHANGES
+1 −2 CONTRIBUTING.md
+18 −4 Example/AFNetworking iOS Example.xcodeproj/project.pbxproj
+1 −0 Example/Classes/AFAppDotNetAPIClient.m
+8 −13 Example/Classes/Controllers/GlobalTimelineViewController.m
+1 −1 Example/Classes/Models/Post.m
+1 −1 Example/Classes/Models/User.m
+1 −2 Example/Classes/Views/PostTableViewCell.m
+ Example/digicert_ca_3.cer
+ Example/root_ca.cer
+5 −6 README.md
+33 −11 Rakefile
+51 −6 Tests/AFNetworking Tests.xcodeproj/project.pbxproj
+ Tests/Resources/SelfSigned/AltName.cer
+ Tests/Resources/SelfSigned/NoDomains.cer
+ Tests/Resources/SelfSigned/foobar.com.cer
+29 −0 Tests/Tests/AFJSONSerializationTests.m
+114 −0 Tests/Tests/AFSecurityPolicyTests.m
+1 −1 UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h
+1 −2 UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h
+1 −1 UIKit+AFNetworking/UIAlertView+AFNetworking.m
+5 −8 UIKit+AFNetworking/UIButton+AFNetworking.m
+2 −2 UIKit+AFNetworking/UIImageView+AFNetworking.h
+10 −12 UIKit+AFNetworking/UIImageView+AFNetworking.m
+2 −2 UIKit+AFNetworking/UIProgressView+AFNetworking.h
+11 −16 UIKit+AFNetworking/UIProgressView+AFNetworking.m
+64 −0 UIKit+AFNetworking/UIRefreshControl+AFNetworking.h
+95 −0 UIKit+AFNetworking/UIRefreshControl+AFNetworking.m
+6 −4 UIKit+AFNetworking/UIWebView+AFNetworking.h
+10 −12 UIKit+AFNetworking/UIWebView+AFNetworking.m

0 comments on commit 08a4128

Please sign in to comment.