blob: cc873538207234ef428fa288ee428a27c9857abe [file] [log] [blame]
{
"name": "BrightFutures",
"version": "5.2.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": "5.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/BrightFutures/*.swift",
"dependencies": {
"Result": [
"~> 3.2"
]
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}