Skip to content

Commit

Permalink
Set up the exact version of PromiseKit library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iyuna committed Aug 20, 2016
1 parent 623eb56 commit 7ffe599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ profile
Pods
# Carthage
Carthage
DerivedData
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ github "AFNetworking/AFNetworking" ~> 3.0
github "Mantle/Mantle" ~> 2.0

github "Mantle/MTLManagedObjectAdapter" "master"
github "mxcl/PromiseKit" >= 2.0
github "mxcl/PromiseKit" == 3.4.4
github "ReactiveCocoa/ReactiveCocoa" ~> 4.0
3 changes: 1 addition & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
github "AFNetworking/AFNetworking" "3.1.0"
github "Mantle/Mantle" "2.0.7"
github "mxcl/OMGHTTPURLRQ" "3.1.1"
github "mxcl/PromiseKit" "3.4.4"
github "antitypical/Result" "2.0.0"
github "Mantle/MTLManagedObjectAdapter" "9629d7c1f6b4710eb2dbcfb6f401e20d7fe8871b"
github "mxcl/PromiseKit" "3.1.1"
github "ReactiveCocoa/ReactiveCocoa" "v4.1.0"

0 comments on commit 7ffe599

Please sign in to comment.