blob: 035fb31d7392ebc097b8b6a89635d4d5ea528cc0 [file] [log] [blame]
{
"name": "Deferred",
"version": "0.0.1",
"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.1"
},
"source_files": "Deferred/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}