[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / b / ZCEasyLibrary / 2.1.4 / ZCEasyLibrary.podspec.json
blobe75d5d40827045ce3307fd6ea49bdb71d1f80ca1
2   "name": "ZCEasyLibrary",
3   "version": "2.1.4",
4   "summary": "ZCEasyLibrary Kit",
5   "description": "ZCEasyLibrary 拓展库+UI库, 包含 iOS and OS X. ZCMacEasyLibrary停止更新",
6   "homepage": "https://github.com/zac-wang/CocoapodsLibrary",
7   "authors": {
8     "王志超": "love_iphone@qq.com"
9   },
10   "license": {
11     "type": "BSD",
12     "text": "Zac Inc. 2017"
13   },
14   "source": {
15     "git": "https://github.com/zac-wang/CocoapodsLibrary.git",
16     "tag": "2.1.4"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Library/ZCEasyLibrary/**/*.{h,m,c,mm}",
23   "ios": {
24     "source_files": "Library/ZCEasyLibraryIOS/**/*.{h,m,c,mm}",
25     "public_header_files": "Library/ZCEasyLibraryIOS/**/*.{h}",
26     "frameworks": "UIKit"
27   },
28   "osx": {
29     "source_files": "Library/ZCEasyLibraryMac/**/*.{h,m,c,mm}",
30     "public_header_files": "Library/ZCEasyLibraryMac/**/*.{h}"
31   },
32   "public_header_files": "Library/ZCEasyLibrary/**/*.{h}",
33   "requires_arc": true,
34   "frameworks": "Foundation",
35   "libraries": "z",
36   "subspecs": [
37     {
38       "name": "ZCDate",
39       "source_files": "Library/ZCEasyLibrary_sub/ZCDate/**/*.{h,m,c,mm}"
40     },
41     {
42       "name": "ZCEncrypt",
43       "source_files": "Library/ZCEasyLibrary_sub/ZCEncrypt/**/*.{h,m,c,mm}"
44     },
45     {
46       "name": "ZCJson",
47       "source_files": "Library/ZCEasyLibrary_sub/ZCJson/**/*.{h,m,c,mm}"
48     },
49     {
50       "name": "ZCMutableDeepCopy",
51       "source_files": "Library/ZCEasyLibrary_sub/ZCMutableDeepCopy/**/*.{h,m,c,mm}"
52     },
53     {
54       "name": "ZCString",
55       "source_files": "Library/ZCEasyLibrary_sub/ZCString/**/*.{h,m,c,mm}",
56       "dependencies": {
57         "ZCEasyLibrary/ZCDate": [
59         ],
60         "ZCEasyLibrary/ZCJson": [
62         ]
63       }
64     },
65     {
66       "name": "UIViewCategory",
67       "platforms": {
68         "ios": "8.0"
69       },
70       "source_files": "Library/ZCEasyLibraryIOS_sub/UIViewCategory/**/*.{h,m,c,mm}"
71     },
72     {
73       "name": "ZCBannerView",
74       "platforms": {
75         "ios": "8.0"
76       },
77       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCBannerView/**/*.{h,m,c,mm}",
78       "private_header_files": "Library/ZCEasyLibraryIOS_sub/ZCBannerView/ZCBannerImageView.h"
79     },
80     {
81       "name": "ZCCitySelect",
82       "platforms": {
83         "ios": "8.0"
84       },
85       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCCitySelect/**/*.{h,m,c,mm}",
86       "resources": "Library/ZCEasyLibraryIOS_sub/ZCCitySelect/**/*.plist"
87     },
88     {
89       "name": "ZCContactStore",
90       "platforms": {
91         "ios": "8.0"
92       },
93       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCContactStore/**/*.{h,m,c,mm}"
94     },
95     {
96       "name": "ZCKeyBoardTopBar",
97       "platforms": {
98         "ios": "8.0"
99       },
100       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCKeyBoardTopBar/**/*.{h,m,c,mm}",
101       "dependencies": {
102         "ZCEasyLibrary/ZCTextSelectedRange": [
104         ]
105       }
106     },
107     {
108       "name": "ZCPicturePreview",
109       "platforms": {
110         "ios": "8.0"
111       },
112       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCPicturePreview/**/*.{h,m,c,mm}"
113     },
114     {
115       "name": "ZCReachability",
116       "platforms": {
117         "ios": "8.0"
118       },
119       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCReachability/**/*.{h,m,c,mm}"
120     },
121     {
122       "name": "ZCSpinnerView",
123       "platforms": {
124         "ios": "8.0"
125       },
126       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCSpinnerView/**/*.{h,m,c,mm}"
127     },
128     {
129       "name": "ZCTextSelectedRange",
130       "platforms": {
131         "ios": "8.0"
132       },
133       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCTextSelectedRange/**/*.{h,m,c,mm}"
134     },
135     {
136       "name": "ZCDrag",
137       "platforms": {
138         "osx": "10.10"
139       },
140       "source_files": "Library/ZCEasyLibraryMac_sub/ZCDrag/**/*.{h,m,c,mm}"
141     },
142     {
143       "name": "ZCQRCode",
144       "platforms": {
145         "osx": "10.10"
146       },
147       "source_files": "Library/ZCEasyLibraryMac_sub/ZCQRCode/**/*.{h,m,c,mm}"
148     },
149     {
150       "name": "ZCScreenCapture",
151       "platforms": {
152         "osx": "10.10"
153       },
154       "source_files": "Library/ZCEasyLibraryMac_sub/ZCScreenCapture/**/*.{h,m,c,mm}"
155     },
156     {
157       "name": "ZCScrollTextView",
158       "platforms": {
159         "osx": "10.10"
160       },
161       "source_files": "Library/ZCEasyLibraryMac_sub/ZCScrollTextView/**/*.{h,m,c,mm}"
162     }
163   ]