blob: e460f4d9c92ce4ce7d05afc04343ceb9ad8f85ee [file] [log] [blame]
{
"name": "RWPromiseKit",
"version": "0.2.0",
"license": {
"type": "MIT"
},
"summary": "A light-weighted Promise library for Objective-C",
"description": "A light-weighted Promise library for Objective-C",
"homepage": "https://github.com/deput/RWPromiseKit",
"authors": {
"deput": "canopus4u@outlook.com"
},
"source": {
"git": "https://github.com/deput/RWPromiseKit.git",
"branch": "master"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "RWPromise/Class/**/*.{h,m}"
}