blob: 7e82a9bb6bb58dc4ed6a2329564bf6a1f1290606 [file] [log] [blame]
{
"name": "Bluebird",
"version": "1.0.0",
"summary": "Bluebird compatible, Promise/A+ implementation in Swift 3",
"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": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "2.0"
},
"source_files": "Bluebird/**/*.{h,swift}",
"public_header_files": "Bluebird/**/*.h"
}