[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 1 / b / c / Redbird / 0.1.0 / Redbird.podspec.json
blob22940e5c7c7059783c4b7131dbe7db103da04204
2   "name": "Redbird",
3   "version": "0.1.0",
4   "summary": "Pure-Swift Redis client. OS X and Linux ready.",
5   "description": "Pure-Swift implementation of a Redis client from the original protocol spec. OS X + Linux compatible.",
6   "homepage": "https://github.com/czechboy0/Redbird",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Honza Dvorsky": "https://honzadvorsky.com"
13   },
14   "social_media_url": "http://twitter.com/czechboy0",
15   "platforms": {
16     "osx": "10.9",
17     "ios": "8.0",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/czechboy0/Redbird.git",
23     "tag": "0.1.0"
24   },
25   "source_files": "Sources/Redbird/*.swift"