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