blob: 97f5c789b2b9df7b27d5764bfc5b8582b2ed55ae [file] [log] [blame]
{
"name": "StackMob",
"version": "1.1.2",
"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.1.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes/*.{h,m}",
"Utility/*.{h,m}",
"CoreData/Classes/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"1.0RC1"
]
},
"frameworks": [
"CoreData",
"Security"
],
"requires_arc": true
}