blob: 0368c69b466f730de3edefa4ea688d9a864d115a [file] [log] [blame]
{
"name": "Hyperdrive",
"version": "0.1.1",
"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.1.1"
},
"source_files": "Hyperdrive/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"URITemplate": [
"~> 1.2"
],
"Representor": [
"~> 0.6.0"
],
"WebLinking": [
"~> 0.2.0"
]
}
}