blob: 6507960e303e48bd3ce726a93f26d4f4e0143e3f [file] [log] [blame]
{
"name": "moves-ios-sdk",
"version": "0.2.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": "vvitozhang@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/vitoziv/moves-ios-sdk.git",
"tag": "0.2.0"
},
"source_files": [
"moves-ios-sdk/*.{h,m}",
"moves-ios-sdk/models/**/*.{h,m}",
"moves-ios-sdk/internal/**/*.{h,m}"
],
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
]
}