blob: e55556dc51cb4a726e18ead4a9b3111771bff822 [file] [log] [blame]
{
"name": "BrightFutures",
"version": "8.1.0",
"license": "MIT",
"summary": "Write great asynchronous code in Swift using futures and promises",
"homepage": "https://github.com/Thomvis/BrightFutures",
"social_media_url": "https://twitter.com/thomvis",
"authors": {
"Thomas Visser": "thomas.visser@gmail.com"
},
"source": {
"git": "https://github.com/Thomvis/BrightFutures.git",
"tag": "8.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.1"
},
"source_files": "Sources/BrightFutures/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}