blob: 78e173c799a33532da112372a3084d8384e5f579 [file] [log] [blame]
{
"name": "BrightFutures",
"version": "3.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/thomvis88",
"authors": {
"Thomas Visser": "thomas.visser@gmail.com"
},
"source": {
"git": "https://github.com/Thomvis/BrightFutures.git",
"tag": "v3.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "BrightFutures/*.swift",
"dependencies": {
"Result": [
"0.6.0-beta.6"
]
},
"requires_arc": true
}