[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / b / Greycats / 2.8.6 / Greycats.podspec.json
bloba6c7195ac47325a9d5dfaf8761ce4dca3ed70ec5
2   "name": "Greycats",
3   "version": "2.8.6",
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.8.6"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": [
20     "Layout",
21     "Graphics"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Greycats/{Graphics/Graphics,Core/*,Layout/Designable}.swift"
27     },
28     {
29       "name": "Layout",
30       "dependencies": {
31         "Greycats/Core": [
33         ]
34       },
35       "source_files": "Greycats/Layout/*.swift"
36     },
37     {
38       "name": "Graphics",
39       "source_files": "Greycats/Graphics/*.swift"
40     },
41     {
42       "name": "Geocode",
43       "source_files": "Greycats/Geocode.swift"
44     },
45     {
46       "name": "Navigator",
47       "dependencies": {
48         "Greycats/Layout": [
50         ]
51       },
52       "source_files": "Greycats/Navigator.swift"
53     },
54     {
55       "name": "Camera",
56       "dependencies": {
57         "Greycats/Graphics": [
59         ],
60         "Greycats/Core": [
62         ]
63       },
64       "source_files": "Greycats/Camera.swift"
65     },
66     {
67       "name": "FilterHook",
68       "dependencies": {
69         "Greycats/Layout": [
71         ]
72       },
73       "source_files": "Greycats/FilterHook.swift"
74     },
75     {
76       "name": "Breadcrumb",
77       "source_files": "Greycats/Breadcrumb.swift"
78     }
79   ]