From ca409f1db4c506b623f2b7627cc92e47015c7269 Mon Sep 17 00:00:00 2001 From: Bruno Farache Date: Tue, 31 Mar 2015 16:03:56 -0300 Subject: [PATCH] Forgot to upgrade AFNetworking in the podspec --- Liferay-iOS-SDK.podspec | 6 +++--- ios/Podfile | 2 +- ios/Podfile.lock | 2 +- ios/gradle.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index e5aa05fb..f4537108 100644 --- a/Liferay-iOS-SDK.podspec +++ b/Liferay-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Liferay-iOS-SDK" s.module_name = "LRMobileSDK" - s.version = "6.2.0.16" + s.version = "6.2.0.17" s.summary = "Build iOS apps for Liferay." s.homepage = "https://www.liferay.com/community/liferay-projects/liferay-mobile-sdk" s.license = { @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '7.0' s.source = { :git => "https://github.com/liferay/liferay-mobile-sdk.git", - :tag => "ios-6.2.0.16" + :tag => "ios-6.2.0.17" } s.source_files = "ios/Source/**/*.{h,m}" s.resource_bundles = { @@ -24,5 +24,5 @@ Pod::Spec.new do |s| ] } s.requires_arc = true - s.dependency "AFNetworking", "~> 2.3.0" + s.dependency "AFNetworking", "~> 2.5.0" end \ No newline at end of file diff --git a/ios/Podfile b/ios/Podfile index a8517191..bf1d649b 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,3 +1,3 @@ -pod 'AFNetworking', '~> 2.5.2' +podspec :path => '../Liferay-iOS-SDK.podspec' link_with 'Test' \ No newline at end of file diff --git a/ios/Podfile.lock b/ios/Podfile.lock index f33dcec6..24ce4bf2 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -22,7 +22,7 @@ PODS: - AFNetworking/NSURLSession DEPENDENCIES: - - AFNetworking (~> 2.5.2) + - AFNetworking (~> 2.5.0) SPEC CHECKSUMS: AFNetworking: fefbce9660acb17f48ae0011292d4da0f457bf36 diff --git a/ios/gradle.properties b/ios/gradle.properties index b9622903..82c40c86 100644 --- a/ios/gradle.properties +++ b/ios/gradle.properties @@ -9,4 +9,4 @@ ## Build ## - version=6.2.0.16 \ No newline at end of file + version=6.2.0.17 \ No newline at end of file