blob: 530bff32d0871b397b9e2d38bcbfa3408a52ff1c [file] [log] [blame]
{
"name": "FutureLib",
"version": "1.0.1",
"summary": "FutureLib is a pure Swift 2 library implementing Skala-like Futures & Promises",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/couchdeveloper/FutureLib",
"authors": {
"Andreas Grosam": "couchdeveloper@gmail.com"
},
"source": {
"git": "https://github.com/couchdeveloper/FutureLib.git",
"tag": "1.0.1"
},
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources/*.swift",
"Sources/**/*.swift"
],
"requires_arc": true
}