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