blob: aa38df9e6ae5813965525e2f0fb6b8db65484b4b [file] [log] [blame]
{
"name": "Hyperdrive",
"version": "0.2.0",
"summary": "Swift Hypermedia API Client",
"homepage": "https://github.com/the-hypermedia-project/Hyperdrive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/the-hypermedia-project/Hyperdrive.git",
"tag": "0.2.0"
},
"source_files": "Hyperdrive/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"requires_arc": true,
"dependencies": {
"URITemplate": [
"~> 1.3"
],
"Representor": [
"~> 0.7.0"
],
"WebLinking": [
"~> 1.0.0"
],
"Result": [
"~> 0.6-beta.1"
]
}
}