[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / 8 / c / Hyperdrive / 0.2.0 / Hyperdrive.podspec.json
blobaa38df9e6ae5813965525e2f0fb6b8db65484b4b
2   "name": "Hyperdrive",
3   "version": "0.2.0",
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.2.0"
17   },
18   "source_files": "Hyperdrive/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "URITemplate": [
27       "~> 1.3"
28     ],
29     "Representor": [
30       "~> 0.7.0"
31     ],
32     "WebLinking": [
33       "~> 1.0.0"
34     ],
35     "Result": [
36       "~> 0.6-beta.1"
37     ]
38   }