From e604189ca68611f78cbe3274c16963d3feb3389b Mon Sep 17 00:00:00 2001 From: Atsushi NAGASE Date: Fri, 8 Feb 2013 16:23:37 +0900 Subject: [PATCH] Fixed to not depend to VERSION file --- AppSociallySDK/0.0.2/AppSociallySDK.podspec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/AppSociallySDK/0.0.2/AppSociallySDK.podspec b/AppSociallySDK/0.0.2/AppSociallySDK.podspec index ed704bcaf10dd9..0facdd94b917da 100644 --- a/AppSociallySDK/0.0.2/AppSociallySDK.podspec +++ b/AppSociallySDK/0.0.2/AppSociallySDK.podspec @@ -1,8 +1,6 @@ Pod::Spec.new do |s| - version = File.open('VERSION').read.strip - s.name = "AppSociallySDK" - s.version = version + s.version = '0.0.2' s.summary = "AppSocially iOS SDK." s.license = 'MIT' s.homepage = "https://appsocial.ly" @@ -10,7 +8,7 @@ Pod::Spec.new do |s| "Atsushi Nagase" => "ngs@appsocial.ly" } # s.source = { :git => "https://github.com/appsocially/appsocially-ios-sdk.git", :commit => "39effc535a4662a285138038d2a7dad034ac5991" } - s.source = { :git => 'https://github.com/appsocially/appsocially-ios-sdk.git', :tag => version } + s.source = { :git => 'https://github.com/appsocially/appsocially-ios-sdk.git', :tag => '0.0.2' } s.requires_arc = true s.platform = :ios, '5.0' s.source_files = 'AppSociallySDK/*.{h,m}', 'AppSociallySDK/AFNetworking/*.{h,m}'