blob: 57627bb6a9da4ae8071ac412c870d4657c78998c [file] [log] [blame]
{
"name": "PSPromise",
"version": "1.0.3",
"summary": "Promise for iOS.",
"description": "PSPromise是Promise模式的iOS实现,用于解决回调金字塔、代码顺序混乱等问题.",
"homepage": "https://github.com/poi-son/PSPromise",
"license": "MIT",
"authors": {
"Alan Yeh": "git@yerl.cn"
},
"source": {
"git": "https://github.com/poi-son/PSPromise.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PSPromise/Classes/**/*",
"public_header_files": "PSPromise/Classes/*.h"
}