blob: 92c8af5f288c7279b359a7a43d1bca33aba6a1f6 [file] [log] [blame]
{
"name": "Futures",
"version": "1.0",
"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.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Futures/*.swift"
}