[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / d / 6 / Superb / 0.0.1 / Superb.podspec.json
blobbc9d33572116b06ea49e85101d4411b1e4d4475c
2   "name": "Superb",
3   "version": "0.0.1",
4   "summary": "Pluggable HTTP authentication for Swift.",
5   "homepage": "https://github.com/thoughtbot/Superb",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Adam Sharp": "adam@thoughtbot.com",
12     "Nick Charlton": "nc@thoughtbot.com",
13     "thoughtbot": null
14   },
15   "social_media_url": "https://twitter.com/thoughtbot",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/thoughtbot/Superb.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "Sources/Superb/**/*.{swift,h}",
24   "module_map": "Sources/Superb/module.modulemap",
25   "public_header_files": "Sources/Superb/Superb.h",
26   "dependencies": {
27     "Result": [
28       "~> 3.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"