blob: 02c13c3f0e884064eb1c0c24b5c26200310a10fc [file] [log] [blame]
{
"name": "ZCEasyLibrary",
"version": "2.0.6",
"summary": "ZCEasyLibrary Kit",
"description": "ZCEasyLibrary 拓展库+UI库",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Copyright",
"text": "Zac Inc. 2017"
},
"homepage": "https://github.com/zac-wang/CocoapodsLibrary",
"authors": {
"王志超": "love_iphone@qq.com"
},
"source": {
"git": "https://github.com/zac-wang/CocoapodsLibrary.git",
"tag": "2.0.6"
},
"source_files": [
"Library/EasyLibrary/**/*.{h,m,c,mm}",
"Library/ZCEasyLibrary/**/*.{h,m,c,mm}"
],
"public_header_files": [
"Library/EasyLibrary/**/*.{h}",
"Library/ZCEasyLibrary/**/*.{h}"
],
"private_header_files": [
"Library/EasyLibrary/ZCMutableDeepCopy/NSNumber+MutableDeepCopy.h",
"Library/ZCEasyLibrary/ZCBannerView/ZCBannerImageView.h"
],
"resources": [
"Library/ZCEasyLibrary/**/*.png",
"Library/ZCEasyLibrary/**/*.plist"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "z",
"subspecs": [
{
"name": "ZCDate",
"source_files": "Library/ZCDate/**/*.{h,m,c,mm}"
},
{
"name": "ZCEncrypt",
"source_files": "Library/ZCEncrypt/**/*.{h,m,c,mm}"
},
{
"name": "ZCJson",
"source_files": "Library/ZCJson/**/*.{h,m,c,mm}"
},
{
"name": "ZCMutableDeepCopy",
"source_files": "Library/ZCMutableDeepCopy/**/*.{h,m,c,mm}"
},
{
"name": "ZCString",
"source_files": [
"Library/ZCString/**/*.{h,m,c,mm}",
"Library/ZCJson/**/*.{h,m,c,mm}",
"Library/ZCDate/**/*.{h,m,c,mm}"
]
},
{
"name": "ZCScreenCapture",
"source_files": "Library/ZCScreenCapture/**/*.{h,m,c,mm}"
}
]
}