blob: 02285172790befe988c06288ac0e9a1422c31592 [file] [log] [blame]
{
"name": "FutureCocoa",
"version": "0.11",
"summary": "A streamlined Future<Value, Error> implementation",
"homepage": "https://github.com/kean/FutureX",
"license": "MIT",
"authors": "Alexander Grebenyuk",
"social_media_url": "https://twitter.com/a_grebenyuk",
"source": {
"git": "https://github.com/kean/FutureX.git",
"tag": "0.11"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "FutureCocoa/Sources/**/*",
"dependencies": {
"FutureX": [
"~> 0.10.1"
]
}
}