blob: 64c5fdd36b228eb4be1ac74dfd4abddc754b5b69 [file] [log] [blame]
{
"name": "Bluebird",
"version": "2.4.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"
},
"swift_version": "4.0",
"authors": {
"Andrew Barba": "abarba.77@gmail.com"
},
"source": {
"git": "https://github.com/AndrewBarba/Bluebird.swift.git",
"tag": "2.4.0"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
}
}