blob: 387a2949cb139d028fd1cbfe99711ab4f8cb19b5 [file] [log] [blame]
{
"name": "FutureCocoa",
"version": "0.10.1",
"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.10.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FutureCocoa/**/*",
"dependencies": {
"FutureX": [
"~> 0.10.1"
]
}
}