blob: 666d7ae81253b57d0479260c2711586b7edab057 [file] [log] [blame]
{
"name": "BrightFutures",
"version": "4.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/thomvis88",
"authors": {
"Thomas Visser": "thomas.visser@gmail.com"
},
"source": {
"git": "https://github.com/Thomvis/BrightFutures.git",
"tag": "v4.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "BrightFutures/*.swift",
"dependencies": {
"Result": [
"~> 2.0"
]
},
"requires_arc": true
}