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