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