[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / a / Bluebird / 6.0.0 / Bluebird.podspec.json
blobd2c9198a22fcdb9d7d229c7eab8733d13bc9d730
2   "name": "Bluebird",
3   "version": "6.0.0",
4   "summary": "Promise/A+, Bluebird inspired, implementation in Swift 5.6",
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": "barba@hey.com"
13   },
14   "source": {
15     "git": "https://github.com/AndrewBarba/Bluebird.swift.git",
16     "tag": "6.0.0"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.5",
22     "5.6"
23   ],
24   "source_files": "Sources/**/*.swift",
25   "pod_target_xcconfig": {
26     "APPLICATION_EXTENSION_API_ONLY": "YES"
27   },
28   "platforms": {
29     "ios": "9.0",
30     "osx": "10.11",
31     "tvos": "9.0",
32     "watchos": "2.0"
33   },
34   "swift_version": "5.6"