blob: 9b0792d53e45b6dce72434869ac1ea83cd909751 [file] [log] [blame]
{
"name": "StackMob",
"version": "2.2.0",
"license": "Apache License, Version 2.0",
"summary": "StackMob's SDK for accessing the StackMob Services on iOS.",
"homepage": "http://stackmob.com",
"authors": {
"StackMob": "info@stackmob.com"
},
"source": {
"git": "https://github.com/stackmob/stackmob-ios-sdk.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "MobileCoreServices"
},
"osx": {
"frameworks": "CoreServices"
},
"source_files": [
"Classes/*.{h,m}",
"Utility/*.{h,m}",
"CoreData/Classes/*.{h,m}",
"Push/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"1.1.0"
]
},
"frameworks": [
"CoreData",
"CoreLocation",
"Security",
"SystemConfiguration"
],
"requires_arc": true,
"prefix_header_contents": " #if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n #else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n #endif\n"
}