blob: 60bb17e8bb794966f94ed32fb7021e208607f76c [file] [log] [blame]
{
"name": "StackMob",
"version": "1.0.0beta.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",
"commit": "f07e6b18a2724baabd3687d4e9cb53f87fb18662"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes/*.{h,m}",
"Utility/*.{h,m}",
"CoreData/Classes/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 1.0RC1"
]
},
"frameworks": "CoreData",
"requires_arc": true
}