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