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