blob: 5416c5bf8eebebdf27b6f36945002c5c022e44c3 [file] [log] [blame]
{
"name": "moves-ios-sdk",
"version": "0.1.0",
"platforms": {
"ios": "6.0"
},
"license": "https://github.com/vitoziv/moves-ios-sdk/blob/master/LICENSE",
"summary": "Moves app iOS 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.1.0"
},
"source_files": [
"moves-ios-sdk/*.{h,m}",
"moves-ios-sdk/models/**/*.{h,m}",
"moves-ios-sdk/internal/**/*.{h,m}"
],
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.3"
]
}
}