blob: b9beca6009aebcfac7569f7da1861b763fe4b41d [file] [log] [blame]
{
"name": "FutureLib",
"version": "0.6.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": "0.6.1"
},
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources/*.swift",
"Sources/**/*.swift"
],
"requires_arc": true
}