blob: 13ddd1c21f41805b8c958acb283006c9228921d1 [file] [log] [blame]
{
"name": "Superb",
"version": "0.2.0",
"summary": "Pluggable HTTP authentication for Swift.",
"homepage": "https://github.com/thoughtbot/Superb",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Sharp": "adam@thoughtbot.com",
"Nick Charlton": "nc@thoughtbot.com",
"thoughtbot": null
},
"social_media_url": "https://twitter.com/thoughtbot",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/thoughtbot/Superb.git",
"tag": "0.2.0"
},
"source_files": "Sources/Superb/**/*.{swift,h}",
"module_map": "Sources/Superb/module.modulemap",
"public_header_files": "Sources/Superb/Superb.h",
"dependencies": {
"Result": [
"~> 3.1"
]
},
"pushed_with_swift_version": "3.1"
}