[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / b / Greycats / 2.6.2 / Greycats.podspec.json
blobc564e2d71c68a1d3173e0f40b08228e236750860
2   "name": "Greycats",
3   "version": "2.6.2",
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.6.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": [
20     "Professional",
21     "ReactControls",
22     "Filter",
23     "Breadcrumb"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Greycats/{TextField,Polar,Box,UIKit+Swift,_Control,Schedule,Regex,NavigationViewController}.swift"
29     },
30     {
31       "name": "JSON",
32       "source_files": "Greycats/JSON.swift"
33     },
34     {
35       "name": "ReactControls",
36       "source_files": "Greycats/ReactControls.swift"
37     },
38     {
39       "name": "Layout",
40       "source_files": "Greycats/AutolayoutStack.swift"
41     },
42     {
43       "name": "TableView",
44       "source_files": "Greycats/TableViewData.swift"
45     },
46     {
47       "name": "Graphics",
48       "source_files": "Greycats/ImageOperation.swift"
49     },
50     {
51       "name": "Keyboard",
52       "source_files": "Greycats/Keyboard.swift"
53     },
54     {
55       "name": "FormField",
56       "source_files": "Greycats/FormField.swift",
57       "dependencies": {
58         "Greycats/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Filter",
65       "source_files": "Greycats/Filter.swift",
66       "dependencies": {
67         "Greycats/TableView": [
69         ]
70       }
71     },
72     {
73       "name": "Breadcrumb",
74       "source_files": "Greycats/Breadcrumb.swift"
75     },
76     {
77       "name": "Standard",
78       "dependencies": {
79         "Greycats/Core": [
81         ],
82         "Greycats/JSON": [
84         ],
85         "Greycats/TableView": [
87         ],
88         "Greycats/Keyboard": [
90         ]
91       }
92     },
93     {
94       "name": "Professional",
95       "dependencies": {
96         "Greycats/Standard": [
98         ],
99         "Greycats/Layout": [
101         ],
102         "Greycats/Graphics": [
104         ],
105         "Greycats/FormField": [
107         ]
108       }
109     }
110   ]