blob: d921b75388525fd32215c5d2b1e193c52aa70574 [file] [log] [blame]
{
"name": "Deferred",
"version": "0.0.4",
"summary": "Deferred Object For Swift.",
"homepage": "https://github.com/daisuuke/Deferred",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"daisuke iwata": "daimathieu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/daisuuke/Deferred.git",
"tag": "0.0.4"
},
"source_files": "Deferred/*.{h,m,swift}",
"frameworks": "Foundation",
"requires_arc": true
}