blob: 146f88b11d5276c400e6c533e8d6cc9f43aadff9 [file] [log] [blame]
{
"name": "Futura",
"version": "1.1",
"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.1"
},
"source_files": "Sources/*.swift",
"swift_version": "4.1",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true
}