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