blob: 4c1a7d108041739e0f8f042fad89996072363cd0 [file] [log] [blame]
{
"name": "Futures",
"version": "2.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Swift framework for Promises and Futures focusing on a small and simple API.",
"homepage": "https://github.com/noremac/Futures",
"authors": {
"Cameron Pulsford": "cpulsfor@me.com"
},
"source": {
"git": "https://github.com/noremac/Futures.git",
"tag": "2.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Futures/*.swift"
}