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