blob: ac959bf3e375508a89d92155742bb1e1d78ab41d [file] [log] [blame]
{
"name": "Futura",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A simple Promises framework in Swift",
"homepage": "http://davidharris.io",
"social_media_url": "https://twitter.com/thedavidharris",
"authors": {
"David Harris": "davidaharris@outlook.com"
},
"source": {
"git": "https://github.com/thedavidharris/Futura.git",
"tag": "v1.0"
},
"source_files": "Sources/*.swift",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true
}