blob: 518e4dd5b33076f937c3c84f8d8700f8ca2a1f01 [file] [log] [blame]
{
"name": "AppSociallySDK",
"version": "0.0.1",
"summary": "AppSocially iOS SDK.",
"license": "MIT",
"homepage": "https://appsocial.ly",
"authors": {
"Atsushi Nagase": "ngs@appsocial.ly"
},
"source": {
"git": "https://github.com/appsocially/appsocially-ios-sdk.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": [
"AppSociallySDK/*.{h,m}",
"AppSociallySDK/AFNetworking/*.{h,m}"
],
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
],
"prefix_header_contents": "#import <Availability.h>\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n#endif\n"
}