[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 8 / e / a / Bluebird / 2.2.0 / Bluebird.podspec.json
blob238bc27b8b7e904b0dc563999850bb65fd799b31
2   "name": "Bluebird",
3   "version": "2.2.0",
4   "summary": "Promise/A+, Bluebird inspired, implementation in Swift 4",
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   "swift_version": "4.0",
12   "authors": {
13     "Andrew Barba": "abarba.77@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/AndrewBarba/Bluebird.swift.git",
17     "tag": "2.2.0"
18   },
19   "source_files": "Sources/**/*.swift",
20   "pod_target_xcconfig": {
21     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
22     "APPLICATION_EXTENSION_API_ONLY": "YES"
23   },
24   "platforms": {
25     "ios": "9.0",
26     "osx": "10.11",
27     "tvos": "9.0",
28     "watchos": "2.0"
29   }