blob: 81fbbab2aa96535a3a6794d0fec82627b4b133c8 [file] [log] [blame]
{
"name": "PINFuture",
"version": "0.7.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.7.0"
},
"social_media_url": "https://twitter.com/chrisdanford",
"platforms": {
"ios": "8.0"
},
"source_files": "PINFuture/Classes/**/*"
}