[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / b / Greycats / 2.9.6 / Greycats.podspec.json
blobaf0d391da6133b387efcf963b3619313001a02f5
2   "name": "Greycats",
3   "version": "2.9.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.9.6"
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": "2.3"
25   },
26   "pushed_with_swift_version": "2.3",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Greycats/{Graphics/Graphics,Core/*,Layout/Designable}.swift"
31     },
32     {
33       "name": "Layout",
34       "dependencies": {
35         "Greycats/Core": [
37         ]
38       },
39       "source_files": "Greycats/Layout/*.swift"
40     },
41     {
42       "name": "Graphics",
43       "source_files": "Greycats/Graphics/*.swift"
44     },
45     {
46       "name": "Geocode",
47       "source_files": "Greycats/Geocode.swift"
48     },
49     {
50       "name": "Navigator",
51       "dependencies": {
52         "Greycats/Layout": [
54         ]
55       },
56       "source_files": "Greycats/Navigator.swift"
57     },
58     {
59       "name": "Camera",
60       "dependencies": {
61         "Greycats/Graphics": [
63         ],
64         "Greycats/Core": [
66         ]
67       },
68       "source_files": "Greycats/Camera.swift"
69     },
70     {
71       "name": "FilterHook",
72       "dependencies": {
73         "Greycats/Layout": [
75         ]
76       },
77       "source_files": "Greycats/FilterHook.swift"
78     },
79     {
80       "name": "Breadcrumb",
81       "source_files": "Greycats/Breadcrumb.swift"
82     }
83   ]