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