blob: d9fb5f5393af9046d6e8432300ee87ca020669a1 [file] [log] [blame]
{
"name": "CBGPromise",
"version": "0.4.0",
"summary": "Simple promises in Swift, inspired by KSPromise",
"homepage": "https://github.com/cbguder/CBGPromise",
"license": "MIT",
"authors": {
"Can Berk Güder": "cbg@cbg.me"
},
"source": {
"git": "https://github.com/cbguder/CBGPromise.git",
"tag": "v0.4.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "CBGPromise/**/*.swift",
"pushed_with_swift_version": "3.0"
}