blob: def392c29ab07d55da45114ba1f8663fa1d2fdad [file] [log] [blame]
{
"name": "moves-ios-sdk",
"version": "0.2.1",
"platforms": {
"ios": "6.1"
},
"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.1"
},
"source_files": [
"moves-ios-sdk/*.{h,m}",
"moves-ios-sdk/models/**/*.{h,m}",
"moves-ios-sdk/internal/**/*.{h,m}"
],
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
]
}