[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / d / b / PSPromise / 1.0.3 / PSPromise.podspec.json
blob57627bb6a9da4ae8071ac412c870d4657c78998c
2   "name": "PSPromise",
3   "version": "1.0.3",
4   "summary": "Promise for iOS.",
5   "description": "PSPromise是Promise模式的iOS实现,用于解决回调金字塔、代码顺序混乱等问题.",
6   "homepage": "https://github.com/poi-son/PSPromise",
7   "license": "MIT",
8   "authors": {
9     "Alan Yeh": "git@yerl.cn"
10   },
11   "source": {
12     "git": "https://github.com/poi-son/PSPromise.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "PSPromise/Classes/**/*",
19   "public_header_files": "PSPromise/Classes/*.h"