Skip to content

Commit

Permalink
Merge pull request #41 from uphold/support/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ruipenso committed Apr 27, 2016
2 parents fd8b4c0 + e310151 commit 75afb52
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Hearst-DD/ObjectMapper" ~> 1.1.1
github "mxcl/PromiseKit" ~> 3.0.2
github "marketplacer/keychain-swift" ~> 3.0.11
github "theadam/SwiftClient" ~> 2.0.2
github "Hearst-DD/ObjectMapper" ~> 1.2.0
github "mxcl/PromiseKit" ~> 3.1.1
github "marketplacer/keychain-swift" ~> 3.0.13
github "theadam/SwiftClient" ~> 2.0.3
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "vadymmarkov/Fakery" ~> 1.1.1
github "vadymmarkov/Fakery" ~> 1.2.0
github "seegno-forks/Mockingjay" "support/add-carthage-configuration"
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
github "mxcl/OMGHTTPURLRQ" "3.1.1"
github "Hearst-DD/ObjectMapper" "1.2.0"
github "theadam/SwiftClient" "2.0.2"
github "theadam/SwiftClient" "2.0.3"
github "SwiftyJSON/SwiftyJSON" "2.3.3"
github "kylef/URITemplate.swift" "175429f708de77e1c894e2fa4bc6c61f461822bb"
github "marketplacer/keychain-swift" "3.0.11"
github "vadymmarkov/Fakery" "1.1.2"
github "marketplacer/keychain-swift" "3.0.13"
github "vadymmarkov/Fakery" "1.2.0"
github "seegno-forks/Mockingjay" "68b619819ecee654297ff2349b934032c33581f9"
github "mxcl/PromiseKit" "3.0.3"
github "mxcl/PromiseKit" "3.1.1"
8 changes: 4 additions & 4 deletions UpholdSdk.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
],
"dependencies": {
"KeychainSwift": [
"3.0.11"
"3.0.13"
],
"ObjectMapper": [
"1.1.1"
"1.2.0"
],
"PromiseKit": [
"3.0.1"
"3.1.1"
],
"SwiftClient": [
"2.0.2"
"2.0.3"
]
}
}

0 comments on commit 75afb52

Please sign in to comment.