[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / b / Greycats / 2.6.5 / Greycats.podspec.json
blob24f62af880c7a79f6324b9bacfaeb9efc1f21b92
2   "name": "Greycats",
3   "version": "2.6.5",
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.5"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": [
20     "Professional",
21     "ReactControls",
22     "Filter",
23     "Breadcrumb",
24     "Camera"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Greycats/{TextField,Polar,Box,Geocode,UIKit+Swift,_Control,Schedule,Regex,NavigationViewController}.swift"
30     },
31     {
32       "name": "JSON",
33       "source_files": "Greycats/JSON.swift"
34     },
35     {
36       "name": "ReactControls",
37       "source_files": "Greycats/ReactControls.swift"
38     },
39     {
40       "name": "Layout",
41       "source_files": "Greycats/AutolayoutStack.swift"
42     },
43     {
44       "name": "TableView",
45       "source_files": "Greycats/TableViewData.swift"
46     },
47     {
48       "name": "Graphics",
49       "source_files": "Greycats/{ImageOperation,Animation,UIImage+Extention}.swift"
50     },
51     {
52       "name": "Camera",
53       "dependencies": {
54         "Greycats/Core": [
56         ],
57         "Greycats/Graphics": [
59         ]
60       },
61       "source_files": "Greycats/Camera.swift"
62     },
63     {
64       "name": "Keyboard",
65       "source_files": "Greycats/Keyboard.swift"
66     },
67     {
68       "name": "FormField",
69       "source_files": "Greycats/FormField.swift",
70       "dependencies": {
71         "Greycats/Core": [
73         ]
74       }
75     },
76     {
77       "name": "Filter",
78       "source_files": "Greycats/Filter.swift",
79       "dependencies": {
80         "Greycats/TableView": [
82         ]
83       }
84     },
85     {
86       "name": "Breadcrumb",
87       "source_files": "Greycats/Breadcrumb.swift"
88     },
89     {
90       "name": "Standard",
91       "dependencies": {
92         "Greycats/Core": [
94         ],
95         "Greycats/JSON": [
97         ],
98         "Greycats/TableView": [
100         ],
101         "Greycats/Keyboard": [
103         ]
104       }
105     },
106     {
107       "name": "Professional",
108       "dependencies": {
109         "Greycats/Standard": [
111         ],
112         "Greycats/Layout": [
114         ],
115         "Greycats/Graphics": [
117         ],
118         "Greycats/FormField": [
120         ]
121       }
122     }
123   ]