blob: bf901be670cc1f034c089ba69086c543467a9751 [file] [log] [blame]
{
"name": "SwiftyTraverson",
"version": "1.1.1",
"summary": "Swift implementation of a Hypermedia API/HATEOAS client.",
"description": "Traverson allows you to follow the relation links within the HATEOAS-based API's response instead of harcoding every single url.\nIn addition, the built-in features allow you:\n- manage header info sent to server\n- handle URI tempalte variables\n- use different types of authentication",
"homepage": "https://github.com/smoope/SwiftyTraverson",
"license": "Apache License, Version 2.0",
"authors": {
"Victor Mosin": "victor@smoope.com",
"Steve Maahs": "steve.maahs@piobyte.de"
},
"source": {
"git": "https://github.com/smoope/SwiftyTraverson.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SwiftyJSON": [
"~> 3.0"
],
"URITemplate": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}