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