blob: 52ca53b443c63f5dd5b54626fad487223da330b1 [file] [log] [blame]
{
"name": "Bluebird",
"version": "2.0.0",
"summary": "Promise/A+, Bluebird inspired, implementation in Swift 4",
"homepage": "https://github.com/AndrewBarba/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": "2.0.0"
},
"source_files": "Source/*.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"
},
"pushed_with_swift_version": "4.0"
}