blob: 31d72f8f317e51ad5be15713eea61fafdc4f06b6 [file] [log] [blame]
{
"name": "Bluebird",
"version": "2.0.1",
"summary": "Promise/A+, Bluebird inspired, implementation in Swift 4",
"homepage": "https://github.com/AndrewBarba/Bluebird.swift",
"license": "MIT",
"authors": {
"Andrew Barba": "abarba.77@gmail.com"
},
"source": {
"git": "https://github.com/AndrewBarba/Bluebird.swift.git",
"tag": "2.0.1"
},
"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"
}