blob: 9b2ad8200e12199c2951ebdad01b9d587693cacd [file] [log] [blame]
{
"name": "Bluebird",
"version": "5.0.0",
"summary": "Promise/A+, Bluebird inspired, implementation in Swift 4",
"homepage": "https://github.com/AndrewBarba/Bluebird.swift",
"documentation_url": "https://andrewbarba.github.io/Bluebird.swift/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Andrew Barba": "abarba.77@gmail.com"
},
"source": {
"git": "https://github.com/AndrewBarba/Bluebird.swift.git",
"tag": "5.0.0"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
}
}