From e310151e1915787194e7bca26ba58877248847fa Mon Sep 17 00:00:00 2001 From: Sandro Machado Date: Wed, 27 Apr 2016 11:01:01 +0100 Subject: [PATCH] Update dependencies --- Cartfile | 8 ++++---- Cartfile.private | 2 +- Cartfile.resolved | 8 ++++---- UpholdSdk.podspec.json | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cartfile b/Cartfile index 9124f01..d307684 100644 --- a/Cartfile +++ b/Cartfile @@ -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 diff --git a/Cartfile.private b/Cartfile.private index 2842df3..b433850 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1,2 +1,2 @@ -github "vadymmarkov/Fakery" ~> 1.1.1 +github "vadymmarkov/Fakery" ~> 1.2.0 github "seegno-forks/Mockingjay" "support/add-carthage-configuration" diff --git a/Cartfile.resolved b/Cartfile.resolved index 967df36..0df0792 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -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" diff --git a/UpholdSdk.podspec.json b/UpholdSdk.podspec.json index 2bd7e78..45ad30b 100644 --- a/UpholdSdk.podspec.json +++ b/UpholdSdk.podspec.json @@ -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" ] } }