[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 0 / SwiftyPromise / 1.3.0 / SwiftyPromise.podspec.json
blob6316ea21b68e639be1638342422bb4d941f30982
2   "name": "SwiftyPromise",
3   "version": "1.3.0",
4   "summary": "A simple promise framework for Swift.",
5   "description": "This small library implements thread safe promises for Swift. It allows to create promises and fulfill or reject them asynchronously. Promises can be chained using the `then` method. Furthermore it has support for cancelling a promise chain.",
6   "homepage": "https://github.com/sroebert/SwiftyPromise",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Steven Roebert": "steven@roebert.nl"
12   },
13   "source": {
14     "git": "https://github.com/sroebert/SwiftyPromise.git",
15     "tag": "1.3.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/**/*.{h,swift}",
19   "frameworks": "Foundation",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "pushed_with_swift_version": "3.0"