[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 4 / 2 / Representor / 0.7.0 / Representor.podspec.json
blobcf69fe3e4feb7f7b7c6121fafa4d57c37be7ccab
2   "name": "Representor",
3   "version": "0.7.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": "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   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Representor/*.{swift,h}",
29         "Representor/Builder/*.swift"
30       ]
31     },
32     {
33       "name": "HTTP",
34       "subspecs": [
35         {
36           "name": "Transition",
37           "dependencies": {
38             "Representor/Core": [
40             ]
41           },
42           "source_files": "Representor/HTTP/HTTPTransition{,Builder}.swift"
43         },
44         {
45           "name": "Deserialization",
46           "dependencies": {
47             "Representor/HTTP/Transition": [
49             ],
50             "Representor/HTTP/Adapters/HAL": [
52             ],
53             "Representor/HTTP/Adapters/Siren": [
55             ]
56           },
57           "source_files": "Representor/HTTP/HTTPDeserialization.swift"
58         },
59         {
60           "name": "Adapters",
61           "subspecs": [
62             {
63               "name": "HAL",
64               "dependencies": {
65                 "Representor/HTTP/Transition": [
67                 ]
68               },
69               "source_files": "Representor/HTTP/Adapters/HTTPHALAdapter.swift"
70             },
71             {
72               "name": "Siren",
73               "dependencies": {
74                 "Representor/HTTP/Transition": [
76                 ]
77               },
78               "source_files": "Representor/HTTP/Adapters/HTTPSirenAdapter.swift"
79             },
80             {
81               "name": "APIBlueprint",
82               "dependencies": {
83                 "Representor/HTTP/Transition": [
85                 ]
86               },
87               "source_files": "Representor/HTTP/APIBlueprint/*.swift"
88             }
89           ]
90         }
91       ]
92     }
93   ]