From ef8fa53818216ce22e610f647c11f713a249bb59 Mon Sep 17 00:00:00 2001 From: Atsushi NAGASE Date: Wed, 20 Feb 2013 14:29:07 +0900 Subject: [PATCH] [Update] AppSociallySDK (0.0.3) --- AppSociallySDK/0.0.3/AppSociallySDK.podspec | 28 +++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 AppSociallySDK/0.0.3/AppSociallySDK.podspec diff --git a/AppSociallySDK/0.0.3/AppSociallySDK.podspec b/AppSociallySDK/0.0.3/AppSociallySDK.podspec new file mode 100644 index 000000000000000..94a7ef5279adbcd --- /dev/null +++ b/AppSociallySDK/0.0.3/AppSociallySDK.podspec @@ -0,0 +1,28 @@ +Pod::Spec.new do |s| + version = '0.0.3' + + s.name = "AppSociallySDK" + s.version = version + s.summary = "AppSocially iOS SDK." + s.license = 'MIT' + s.homepage = "https://appsocial.ly" + s.author = { + "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.requires_arc = true + s.platform = :ios, '5.0' + s.source_files = 'AppSociallySDK/*.{h,m}', 'AppSociallySDK/AFNetworking/*.{h,m}' + s.frameworks = 'MobileCoreServices', 'SystemConfiguration' + s.prefix_header_contents = <<-EOS +#import +#if __IPHONE_OS_VERSION_MIN_REQUIRED + #import + #import +#else + #import + #import +#endif +EOS +end