blob: 06b78b27e450c641b34656d4fe8efe1dff85261d [file] [log] [blame]
{
"name": "Futures",
"version": "1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A small framework for Swift programs that need Futures or Promises.",
"homepage": "https://github.com/noremac/Futures",
"authors": {
"Cameron Pulsford": "cpulsfor@me.com"
},
"source": {
"git": "https://github.com/noremac/Futures.git",
"tag": "1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Futures/*.swift"
}