[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / a / Bluebird / 2.0.1 / Bluebird.podspec.json
blob31d72f8f317e51ad5be15713eea61fafdc4f06b6
2   "name": "Bluebird",
3   "version": "2.0.1",
4   "summary": "Promise/A+, Bluebird inspired, implementation in Swift 4",
5   "homepage": "https://github.com/AndrewBarba/Bluebird.swift",
6   "license": "MIT",
7   "authors": {
8     "Andrew Barba": "abarba.77@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/AndrewBarba/Bluebird.swift.git",
12     "tag": "2.0.1"
13   },
14   "source_files": "Source/*.swift",
15   "pod_target_xcconfig": {
16     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
17     "APPLICATION_EXTENSION_API_ONLY": "YES"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "pushed_with_swift_version": "4.0"