[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / a / Bluebird / 5.1.0 / Bluebird.podspec.json
blobe85341c3560793cdabf1673145c16c64fb8f2de7
2   "name": "Bluebird",
3   "version": "5.1.0",
4   "summary": "Promise/A+, Bluebird inspired, implementation in Swift 5",
5   "homepage": "https://github.com/AndrewBarba/Bluebird.swift",
6   "documentation_url": "https://andrewbarba.github.io/Bluebird.swift/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Andrew Barba": "abarba.77@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AndrewBarba/Bluebird.swift.git",
16     "tag": "5.1.0"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1"
21   ],
22   "source_files": "Sources/**/*.swift",
23   "pod_target_xcconfig": {
24     "APPLICATION_EXTENSION_API_ONLY": "YES"
25   },
26   "platforms": {
27     "ios": "9.0",
28     "osx": "10.11",
29     "tvos": "9.0",
30     "watchos": "2.0"
31   },
32   "swift_version": "5.1"