[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 1 / 7 / b / ZCEasyLibrary / 2.1.0 / ZCEasyLibrary.podspec.json
blob4f6e50939956dbbed100d846ffd4d0a0ced54e32
2   "name": "ZCEasyLibrary",
3   "version": "2.1.0",
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.0"
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     "resources": [
27       "Library/ZCEasyLibraryIOS/**/*.png",
28       "Library/ZCEasyLibraryIOS/**/*.plist"
29     ],
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "source_files": "Library/ZCEasyLibraryMac/**/*.{h,m,c,mm}",
34     "public_header_files": "Library/ZCEasyLibraryMac/**/*.{h}"
35   },
36   "public_header_files": "Library/ZCEasyLibrary/**/*.{h}",
37   "requires_arc": true,
38   "frameworks": "Foundation",
39   "libraries": "z",
40   "subspecs": [
41     {
42       "name": "ZCDate",
43       "source_files": "Library/ZCEasyLibrary_sub/ZCDate/**/*.{h,m,c,mm}"
44     },
45     {
46       "name": "ZCEncrypt",
47       "source_files": "Library/ZCEasyLibrary_sub/ZCEncrypt/**/*.{h,m,c,mm}"
48     },
49     {
50       "name": "ZCJson",
51       "source_files": "Library/ZCEasyLibrary_sub/ZCJson/**/*.{h,m,c,mm}"
52     },
53     {
54       "name": "ZCMutableDeepCopy",
55       "source_files": "Library/ZCEasyLibrary_sub/ZCMutableDeepCopy/**/*.{h,m,c,mm}"
56     },
57     {
58       "name": "ZCString",
59       "source_files": "Library/ZCEasyLibrary_sub/ZCString/**/*.{h,m,c,mm}",
60       "dependencies": {
61         "ZCEasyLibrary/ZCDate": [
63         ],
64         "ZCEasyLibrary/ZCJson": [
66         ]
67       }
68     },
69     {
70       "name": "ZCBannerView",
71       "platforms": {
72         "ios": "8.0"
73       },
74       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCBannerView/**/*.{h,m,c,mm}",
75       "private_header_files": "Library/ZCEasyLibraryIOS_sub/ZCBannerView/ZCBannerImageView.h"
76     },
77     {
78       "name": "ZCScreenCapture",
79       "platforms": {
80         "ios": "8.0"
81       },
82       "source_files": "Library/ZCEasyLibraryIOS_sub/ZCScreenCapture/**/*.{h,m,c,mm}"
83     }
84   ]