[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / b / ZCEasyLibrary / 2.1.2 / ZCEasyLibrary.podspec.json
blob192cbc178e7c9402388df5c661ac84cce279f307
2   "name": "ZCEasyLibrary",
3   "version": "2.1.2",
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.2"
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": "ZCBannerView",
67       "platforms": {
68         "ios": "8.0"
69       },
70       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCBannerView/**/*.{h,m,c,mm}",
71       "private_header_files": "Library/ZCEasyLibraryIOS_sub/ZCBannerView/ZCBannerImageView.h"
72     },
73     {
74       "name": "ZCCitySelect",
75       "platforms": {
76         "ios": "8.0"
77       },
78       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCCitySelect/**/*.{h,m,c,mm}",
79       "resources": "Library/ZCEasyLibraryIOS_sub/ZCCitySelect/**/*.plist"
80     },
81     {
82       "name": "ZCKeyBoardTopBar",
83       "platforms": {
84         "ios": "8.0"
85       },
86       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCKeyBoardTopBar/**/*.{h,m,c,mm}",
87       "dependencies": {
88         "ZCEasyLibrary/ZCTextSelectedRange": [
90         ]
91       }
92     },
93     {
94       "name": "ZCReachability",
95       "platforms": {
96         "ios": "8.0"
97       },
98       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCReachability/**/*.{h,m,c,mm}"
99     },
100     {
101       "name": "ZCScreenCapture",
102       "platforms": {
103         "ios": "8.0"
104       },
105       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCScreenCapture/**/*.{h,m,c,mm}"
106     },
107     {
108       "name": "ZCSpinnerView",
109       "platforms": {
110         "ios": "8.0"
111       },
112       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCSpinnerView/**/*.{h,m,c,mm}"
113     },
114     {
115       "name": "ZCTextSelectedRange",
116       "platforms": {
117         "ios": "8.0"
118       },
119       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCTextSelectedRange/**/*.{h,m,c,mm}"
120     },
121     {
122       "name": "ZCQRCode",
123       "platforms": {
124         "osx": "10.10"
125       },
126       "source_files": "Library/ZCEasyLibraryMac_sub/ZCQRCode/**/*.{h,m,c,mm}"
127     }
128   ]