blob: 055c7eba0537b669d66e3f2a9397bac15c72965a [file] [log] [blame]
{
"name": "PINFuture",
"version": "0.5.0",
"summary": "An Objective C future implementation that aims to provide maximal type safety.",
"description": "An Objective C future implementation that aims to provide maximal type safety. It sticks close to Promises/A+\nconventions.",
"homepage": "https://github.com/chrisdanford/PINFuture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Danford": "chrisdanford@gmail.com"
},
"source": {
"git": "https://github.com/chrisdanford/PINFuture.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/chrisdanford",
"platforms": {
"ios": "8.0"
},
"source_files": "PINFuture/Classes/**/*"
}