blob: 0ec13dfe7d3b9c9c65f218620e9373c9fe411e5c [file] [log] [blame]
{
"name": "KSDeferred",
"version": "0.1.0",
"summary": "Async library inspired by CommonJS Promises/A spec.",
"homepage": "https://github.com/kseebaldt/deferred",
"license": "MIT",
"authors": {
"Kurtis Seebaldt": "kseebaldt@gmail.com"
},
"source": {
"git": "https://github.com/kseebaldt/deferred.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"Deferred",
"Deferred/**/*.{h,m}"
],
"requires_arc": true
}