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