blob: 0b509b1b031760eb2e11a78aaa5447bea288803c [file] [log] [blame]
{
"name": "BrightFutures",
"version": "7.0.1",
"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": "7.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/BrightFutures/*.swift",
"dependencies": {
"Result": [
"~> 4.1"
]
},
"requires_arc": true,
"swift_version": "4.2"
}