[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 8 / SwiftyTraverson / 1.1.1 / SwiftyTraverson.podspec.json
blobbf901be670cc1f034c089ba69086c543467a9751
2   "name": "SwiftyTraverson",
3   "version": "1.1.1",
4   "summary": "Swift implementation of a Hypermedia API/HATEOAS client.",
5   "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",
6   "homepage": "https://github.com/smoope/SwiftyTraverson",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Victor Mosin": "victor@smoope.com",
10     "Steve Maahs": "steve.maahs@piobyte.de"
11   },
12   "source": {
13     "git": "https://github.com/smoope/SwiftyTraverson.git",
14     "tag": "1.1.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.0"
24     ],
25     "SwiftyJSON": [
26       "~> 3.0"
27     ],
28     "URITemplate": [
29       "~> 2.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"