[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 7 / ZTBaseKit / 1.0.0 / ZTBaseKit.podspec.json
blob457f16af95abdde15e7cfa4237a81461dae2346b
2   "name": "ZTBaseKit",
3   "version": "1.0.0",
4   "summary": "ZTBaseKit is the basic framework of OC project.",
5   "homepage": "https://github.com/CherishSmile/ZTBaseKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CherishSmile": "misteralvin@yeah.net"
12   },
13   "source": {
14     "git": "https://github.com/CherishSmile/ZTBaseKit.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "default_subspecs": "ZTBase",
25   "subspecs": [
26     {
27       "name": "ZTBase",
28       "source_files": "ZTBaseKit/ZTBase/ZTBase.framework/Headers/*.{h}",
29       "vendored_frameworks": "ZTBaseKit/ZTBase/ZTBase.framework",
30       "public_header_files": "ZTBaseKit/ZTBase/ZTBase.framework/Headers/*.{h}"
31     },
32     {
33       "name": "ZTAttributedLabel",
34       "source_files": "ZTBaseKit/ZTAttributedLabel/ZTAttributedLabel.framework/Headers/*.{h}",
35       "vendored_frameworks": "ZTBaseKit/ZTAttributedLabel/ZTAttributedLabel.framework",
36       "public_header_files": "ZTBaseKit/ZTAttributedLabel/ZTAttributedLabel.framework/Headers/*.{h}"
37     },
38     {
39       "name": "ZTTextView",
40       "source_files": "ZTBaseKit/ZTTextView/ZTTextView.framework/Headers/*.{h}",
41       "vendored_frameworks": "ZTBaseKit/ZTTextView/ZTTextView.framework",
42       "public_header_files": "ZTBaseKit/ZTTextView/ZTTextView.framework/Headers/*.{h}"
43     },
44     {
45       "name": "ZTBadgeView",
46       "source_files": "ZTBaseKit/ZTBadgeView/ZTBadgeView.framework/Headers/*.{h}",
47       "vendored_frameworks": "ZTBaseKit/ZTBadgeView/ZTBadgeView.framework",
48       "public_header_files": "ZTBaseKit/ZTBadgeView/ZTBadgeView.framework/Headers/*.{h}"
49     },
50     {
51       "name": "ZTCollectionView",
52       "source_files": "ZTBaseKit/ZTCollectionView/ZTCollectionView.framework/Headers/*.{h}",
53       "vendored_frameworks": "ZTBaseKit/ZTCollectionView/ZTCollectionView.framework",
54       "public_header_files": "ZTBaseKit/ZTCollectionView/ZTCollectionView.framework/Headers/*.{h}"
55     },
56     {
57       "name": "ZTFileManager",
58       "source_files": "ZTBaseKit/ZTFileManager/ZTFileManager.framework/Headers/*.{h}",
59       "vendored_frameworks": "ZTBaseKit/ZTFileManager/ZTFileManager.framework",
60       "public_header_files": "ZTBaseKit/ZTFileManager/ZTFileManager.framework/Headers/*.{h}"
61     },
62     {
63       "name": "ZTAlertController",
64       "source_files": "ZTBaseKit/ZTAlertController/ZTAlertController.framework/Headers/*.{h}",
65       "vendored_frameworks": "ZTBaseKit/ZTAlertController/ZTAlertController.framework",
66       "public_header_files": "ZTBaseKit/ZTAlertController/ZTAlertController.framework/Headers/*.{h}",
67       "dependencies": {
68         "ZTBaseKit/ZTBase": [
70         ],
71         "ZTBaseKit/ZTAttributedLabel": [
73         ],
74         "Masonry": [
76         ],
77         "SDWebImage": [
79         ],
80         "SDWebImage/GIF": [
82         ],
83         "SDWebImage/WebP": [
85         ]
86       }
87     },
88     {
89       "name": "ZTRequest",
90       "source_files": "ZTBaseKit/ZTRequest/ZTRequest.framework/Headers/*.{h}",
91       "vendored_frameworks": "ZTBaseKit/ZTRequest/ZTRequest.framework",
92       "public_header_files": "ZTBaseKit/ZTRequest/ZTRequest.framework/Headers/*.{h}",
93       "dependencies": {
94         "ZTBaseKit/ZTBase": [
96         ],
97         "AFNetworking": [
99         ]
100       }
101     },
102     {
103       "name": "ZTBaseView",
104       "source_files": "ZTBaseKit/ZTBaseView/ZTBaseView.framework/Headers/*.{h}",
105       "vendored_frameworks": "ZTBaseKit/ZTBaseView/ZTBaseView.framework",
106       "public_header_files": "ZTBaseKit/ZTBaseView/ZTBaseView.framework/Headers/*.{h}",
107       "dependencies": {
108         "ZTBaseKit/ZTBase": [
110         ],
111         "DZNEmptyDataSet": [
113         ],
114         "MJRefresh": [
116         ],
117         "Masonry": [
119         ],
120         "KMNavigationBarTransition": [
122         ]
123       }
124     },
125     {
126       "name": "ZTThirdLibCategories",
127       "source_files": "ZTBaseKit/ZTThirdLibCategories/ZTThirdLibCategories.framework/Headers/*.{h}",
128       "vendored_frameworks": "ZTBaseKit/ZTThirdLibCategories/ZTThirdLibCategories.framework",
129       "public_header_files": "ZTBaseKit/ZTThirdLibCategories/ZTThirdLibCategories.framework/Headers/*.{h}",
130       "dependencies": {
131         "SDWebImage": [
133         ],
134         "SDWebImage/GIF": [
136         ],
137         "SDWebImage/WebP": [
139         ]
140       }
141     },
142     {
143       "name": "ZT3DBannerView",
144       "source_files": "ZTBaseKit/ZT3DBannerView/ZT3DBannerView.framework/Headers/*.{h}",
145       "vendored_frameworks": "ZTBaseKit/ZT3DBannerView/ZT3DBannerView.framework",
146       "public_header_files": "ZTBaseKit/ZT3DBannerView/ZT3DBannerView.framework/Headers/*.{h}",
147       "dependencies": {
148         "ZTBaseKit/ZTBase": [
150         ],
151         "ZTBaseKit/ZTThirdLibCategories": [
153         ]
154       }
155     }
156   ]