blob: fdcf02c3f8616e9fddd3df20a611c517d88c07e1 [file] [log] [blame]
{
"name": "StackMob",
"version": "1.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": "1.2.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes/*.{h,m}",
"Utility/*.{h,m}",
"CoreData/Classes/*.{h,m}",
"Push/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"1.0"
]
},
"frameworks": [
"CoreData",
"Security",
"SystemConfiguration",
"MobileCoreServices"
],
"requires_arc": true
}