blob: 2894edd25f4cdfb4f73f4ac00cc7ff436a030c19 [file] [log] [blame]
{
"name": "ZCEasyLibrary",
"version": "2.0.0",
"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.0"
},
"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/ZCCitySelect/ZCCitySelectAddressFile.plist"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "z"
}