[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 3 / 2 / CBGPromise / 0.1.0 / CBGPromise.podspec.json
blobfed50a9e8362e86ee6e90d33a3433344c01d6182
2   "name": "CBGPromise",
3   "version": "0.1.0",
4   "summary": "Simple promises in Swift, inspired by KSPromise",
5   "homepage": "https://github.com/cbguder/CBGPromise",
6   "license": "MIT",
7   "authors": {
8     "Can Berk Güder": "cbg@cbg.me"
9   },
10   "source": {
11     "git": "https://github.com/cbguder/CBGPromise.git",
12     "tag": "v0.1.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11"
18   },
19   "source_files": "CBGPromise/**/*.swift"