[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 2 / Representor / 0.7.1 / Representor.podspec.json
blob372efaef124223a2e9145f7b8c22040997850e1e
2   "name": "Representor",
3   "version": "0.7.1",
4   "summary": "A canonical resource object interface in Swift.",
5   "homepage": "https://github.com/the-hypermedia-project/representor-swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/the-hypermedia-project/representor-swift.git",
16     "tag": "0.7.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "Representor/*.{swift,h}",
26     "Representor/Builder/*.swift",
27     "Representor/HTTP/HTTPTransition{,Builder}.swift",
28     "Representor/HTTP/HTTPDeserialization.swift",
29     "Representor/HTTP/Adapters/HTTPHALAdapter.swift",
30     "Representor/HTTP/Adapters/HTTPSirenAdapter.swift",
31     "Representor/HTTP/APIBlueprint/*.swift"
32   ]