[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / c / Hyperdrive / 0.1.1 / Hyperdrive.podspec.json
blob0368c69b466f730de3edefa4ea688d9a864d115a
2   "name": "Hyperdrive",
3   "version": "0.1.1",
4   "summary": "Swift Hypermedia API Client",
5   "homepage": "https://github.com/the-hypermedia-project/Hyperdrive",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/the-hypermedia-project/Hyperdrive.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "Hyperdrive/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "requires_arc": true,
24   "dependencies": {
25     "URITemplate": [
26       "~> 1.2"
27     ],
28     "Representor": [
29       "~> 0.6.0"
30     ],
31     "WebLinking": [
32       "~> 0.2.0"
33     ]
34   }