blob: 766359e5a23ec99d65e104dc807c7e5f757c9a15 [file] [log] [blame]
{
"name": "Hyperdrive",
"version": "0.3.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.3.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"
],
"Result": [
"~> 1.0"
]
}
}