Skip to content

Commit

Permalink
updated Cartfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed May 18, 2016
1 parent 6962991 commit fc727bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Alamofire/Alamofire" "3.3.0"
github "Hearst-DD/ObjectMapper" "1.2.0"
github "Alamofire/Alamofire" "3.4.0"
github "Hearst-DD/ObjectMapper" "1.3.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Alamofire
Submodule Alamofire updated 50 files
+1 −6 .travis.yml
+1 −1 Alamofire.podspec
+12 −1 Alamofire.xcodeproj/project.pbxproj
+97 −1 CHANGELOG.md
+19 −17 Example/Source/AppDelegate.swift
+19 −17 Example/Source/DetailViewController.swift
+19 −17 Example/Source/MasterViewController.swift
+3 −0 Example/iOS Example.xcodeproj/project.pbxproj
+1 −1 LICENSE
+113 −39 README.md
+19 −17 Source/Alamofire.h
+19 −17 Source/Alamofire.swift
+19 −17 Source/Download.swift
+39 −17 Source/Error.swift
+1 −1 Source/Info-tvOS.plist
+1 −1 Source/Info.plist
+27 −25 Source/Manager.swift
+34 −38 Source/MultipartFormData.swift
+19 −17 Source/NetworkReachabilityManager.swift
+19 −17 Source/Notifications.swift
+19 −17 Source/ParameterEncoding.swift
+51 −35 Source/Request.swift
+19 −17 Source/Response.swift
+24 −22 Source/ResponseSerialization.swift
+19 −17 Source/Result.swift
+19 −17 Source/ServerTrustPolicy.swift
+19 −17 Source/Stream.swift
+19 −17 Source/Timeline.swift
+19 −17 Source/Upload.swift
+44 −19 Source/Validation.swift
+69 −33 Tests/AuthenticationTests.swift
+19 −17 Tests/BaseTestCase.swift
+38 −35 Tests/CacheTests.swift
+19 −17 Tests/DownloadTests.swift
+19 −17 Tests/ManagerTests.swift
+25 −23 Tests/MultipartFormDataTests.swift
+19 −17 Tests/NSURLSessionConfiguration+AlamofireTests.swift
+19 −17 Tests/NetworkReachabilityManagerTests.swift
+19 −17 Tests/ParameterEncodingTests.swift
+67 −19 Tests/RequestTests.swift
+19 −17 Tests/ResponseSerializationTests.swift
+19 −283 Tests/ResponseTests.swift
+20 −18 Tests/ResultTests.swift
+19 −17 Tests/ServerTrustPolicyTests.swift
+582 −0 Tests/SessionDelegateTests.swift
+19 −17 Tests/String+AlamofireTests.swift
+19 −17 Tests/TLSEvaluationTests.swift
+47 −35 Tests/URLProtocolTests.swift
+19 −17 Tests/UploadTests.swift
+71 −61 Tests/ValidationTests.swift
2 changes: 1 addition & 1 deletion Carthage/Checkouts/ObjectMapper

0 comments on commit fc727bf

Please sign in to comment.