blob: fed50a9e8362e86ee6e90d33a3433344c01d6182 [file] [log] [blame]
{
"name": "CBGPromise",
"version": "0.1.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.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "CBGPromise/**/*.swift"
}