[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / b / Greycats / 2.8.4 / Greycats.podspec.json
blobf5b12098146ab57d39deb69e2684c9e7c8d29e85
2   "name": "Greycats",
3   "version": "2.8.4",
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.4"
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": "Navigator",
48       "dependencies": {
49         "Greycats/Layout": [
51         ]
52       },
53       "source_files": "Greycats/Navigator.swift"
54     },
55     {
56       "name": "Camera",
57       "dependencies": {
58         "Greycats/Graphics": [
60         ],
61         "Greycats/Core": [
63         ]
64       },
65       "source_files": "Greycats/Camera.swift"
66     },
67     {
68       "name": "FilterHook",
69       "dependencies": {
70         "Greycats/Layout": [
72         ]
73       },
74       "source_files": "Greycats/FilterHook.swift"
75     },
76     {
77       "name": "Breadcrumb",
78       "source_files": "Greycats/Breadcrumb.swift"
79     }
80   ]