[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 4 / 2 / Representor / 0.5.0 / Representor.podspec.json
bloba9c67d5333c9472bb885dc99c340843ab9363411
2   "name": "Representor",
3   "version": "0.5.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.5.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     }
92   ]