blob: 8723cc05befe833b30bfd8f75b06a5e545e5fb9b [file] [log] [blame]
{
"name": "moves-ios-sdk",
"version": "0.0.4",
"platforms": {
"ios": "6.0"
},
"license": "https://github.com/vitoziv/moves-ios-sdk/blob/master/LICENSE",
"summary": "Moves app SDK ",
"homepage": "https://github.com/vitoziv/moves-ios-sdk",
"authors": {
"Vito Zhang": "zhangwei.noair@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/vitoziv/moves-ios-sdk.git",
"tag": "0.0.4"
},
"source_files": [
"moves-ios-sdk/*.{h,m}",
"moves-ios-sdk/models/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
]
}
}