[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 4 / 2 / Representor / 0.3.0 / Representor.podspec.json
blob08a343957c437a8a1d122f28c0b1e7cd75a9f82b
2   "name": "Representor",
3   "version": "0.3.0",
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": "inbox@kylefuller.co.uk"
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.3.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Representor/*.{swift,h}",
28         "Representor/Builder/*.swift"
29       ]
30     },
31     {
32       "name": "HTTP",
33       "subspecs": [
34         {
35           "name": "Transition",
36           "dependencies": {
37             "Representor/Core": [
39             ]
40           },
41           "source_files": "Representor/HTTP/HTTPTransition{,Builder}.swift"
42         },
43         {
44           "name": "Deserialization",
45           "dependencies": {
46             "Representor/HTTP/Transition": [
48             ],
49             "Representor/HTTP/Adapters/HAL": [
51             ],
52             "Representor/HTTP/Adapters/Siren": [
54             ]
55           },
56           "source_files": "Representor/HTTP/HTTPDeserialization.swift"
57         },
58         {
59           "name": "Adapters",
60           "subspecs": [
61             {
62               "name": "HAL",
63               "dependencies": {
64                 "Representor/HTTP/Transition": [
66                 ]
67               },
68               "source_files": "Representor/HTTP/Adapters/HTTPHALAdapter.swift"
69             },
70             {
71               "name": "Siren",
72               "dependencies": {
73                 "Representor/HTTP/Transition": [
75                 ]
76               },
77               "source_files": "Representor/HTTP/Adapters/HTTPSirenAdapter.swift"
78             },
79             {
80               "name": "APIBlueprint",
81               "dependencies": {
82                 "Representor/HTTP/Transition": [
84                 ]
85               },
86               "source_files": "Representor/HTTP/APIBlueprint/*.swift"
87             }
88           ]
89         },
90         {
91           "name": "Alamofire",
92           "dependencies": {
93             "Alamofire": [
95             ],
96             "URITemplate": [
98             ],
99             "Representor/HTTP/Transition": [
101             ]
102           },
103           "source_files": "Representor/HTTP/HTTPRequest.swift"
104         }
105       ]
106     }
107   ]