[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 2 / 3 / b / Greycats / 2.7.0 / Greycats.podspec.json
bloba28b96740e14a3f34c7423a2004ac807f25c1185
2   "name": "Greycats",
3   "version": "2.7.0",
4   "summary": "A set of tools we use to speed up developing in greycats",
5   "description": "Currently includes\n* a TableViewData which binds Section to DataSource\n* a Filter which applies regexp search on UISearchBar | UITextField\n* AutolayoutStack\n      * Customizable NavigationViewController",
6   "homepage": "http://github.com/greycats/Greycats.swift",
7   "license": "MIT",
8   "authors": {
9     "Rex Sheng": "shengning@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/greycats/Greycats.swift.git",
13     "tag": "2.7.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": [
20     "Core",
21     "Layout",
22     "Graphics"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Greycats/{Graphics/Graphics,Core/*,Layout/Designable}.swift"
28     },
29     {
30       "name": "Layout",
31       "dependencies": {
32         "Greycats/Core": [
34         ]
35       },
36       "source_files": "Greycats/Layout/*.swift"
37     },
38     {
39       "name": "Graphics",
40       "source_files": "Greycats/Graphics/*.swift"
41     },
42     {
43       "name": "Geocode",
44       "source_files": "Greycats/Geocode.swift"
45     },
46     {
47       "name": "NavigationViewController",
48       "source_files": "Greycats/NavigationViewController.swift"
49     },
50     {
51       "name": "Camera",
52       "dependencies": {
53         "Greycats/Graphics": [
55         ],
56         "Greycats/Core": [
58         ]
59       },
60       "source_files": "Greycats/Camera.swift"
61     },
62     {
63       "name": "Filter",
64       "dependencies": {
65         "Greycats/Layout": [
67         ]
68       },
69       "source_files": "Greycats/Filter.swift"
70     },
71     {
72       "name": "Breadcrumb",
73       "source_files": "Greycats/Breadcrumb.swift"
74     }
75   ]