blob: e75d5d40827045ce3307fd6ea49bdb71d1f80ca1 [file] [log] [blame]
{
"name": "ZCEasyLibrary",
"version": "2.1.4",
"summary": "ZCEasyLibrary Kit",
"description": "ZCEasyLibrary 拓展库+UI库, 包含 iOS and OS X. ZCMacEasyLibrary停止更新",
"homepage": "https://github.com/zac-wang/CocoapodsLibrary",
"authors": {
"王志超": "love_iphone@qq.com"
},
"license": {
"type": "BSD",
"text": "Zac Inc. 2017"
},
"source": {
"git": "https://github.com/zac-wang/CocoapodsLibrary.git",
"tag": "2.1.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Library/ZCEasyLibrary/**/*.{h,m,c,mm}",
"ios": {
"source_files": "Library/ZCEasyLibraryIOS/**/*.{h,m,c,mm}",
"public_header_files": "Library/ZCEasyLibraryIOS/**/*.{h}",
"frameworks": "UIKit"
},
"osx": {
"source_files": "Library/ZCEasyLibraryMac/**/*.{h,m,c,mm}",
"public_header_files": "Library/ZCEasyLibraryMac/**/*.{h}"
},
"public_header_files": "Library/ZCEasyLibrary/**/*.{h}",
"requires_arc": true,
"frameworks": "Foundation",
"libraries": "z",
"subspecs": [
{
"name": "ZCDate",
"source_files": "Library/ZCEasyLibrary_sub/ZCDate/**/*.{h,m,c,mm}"
},
{
"name": "ZCEncrypt",
"source_files": "Library/ZCEasyLibrary_sub/ZCEncrypt/**/*.{h,m,c,mm}"
},
{
"name": "ZCJson",
"source_files": "Library/ZCEasyLibrary_sub/ZCJson/**/*.{h,m,c,mm}"
},
{
"name": "ZCMutableDeepCopy",
"source_files": "Library/ZCEasyLibrary_sub/ZCMutableDeepCopy/**/*.{h,m,c,mm}"
},
{
"name": "ZCString",
"source_files": "Library/ZCEasyLibrary_sub/ZCString/**/*.{h,m,c,mm}",
"dependencies": {
"ZCEasyLibrary/ZCDate": [
],
"ZCEasyLibrary/ZCJson": [
]
}
},
{
"name": "UIViewCategory",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/UIViewCategory/**/*.{h,m,c,mm}"
},
{
"name": "ZCBannerView",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/ZCBannerView/**/*.{h,m,c,mm}",
"private_header_files": "Library/ZCEasyLibraryIOS_sub/ZCBannerView/ZCBannerImageView.h"
},
{
"name": "ZCCitySelect",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/ZCCitySelect/**/*.{h,m,c,mm}",
"resources": "Library/ZCEasyLibraryIOS_sub/ZCCitySelect/**/*.plist"
},
{
"name": "ZCContactStore",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/ZCContactStore/**/*.{h,m,c,mm}"
},
{
"name": "ZCKeyBoardTopBar",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/ZCKeyBoardTopBar/**/*.{h,m,c,mm}",
"dependencies": {
"ZCEasyLibrary/ZCTextSelectedRange": [
]
}
},
{
"name": "ZCPicturePreview",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/ZCPicturePreview/**/*.{h,m,c,mm}"
},
{
"name": "ZCReachability",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/ZCReachability/**/*.{h,m,c,mm}"
},
{
"name": "ZCSpinnerView",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/ZCSpinnerView/**/*.{h,m,c,mm}"
},
{
"name": "ZCTextSelectedRange",
"platforms": {
"ios": "8.0"
},
"source_files": "Library/ZCEasyLibraryIOS_sub/ZCTextSelectedRange/**/*.{h,m,c,mm}"
},
{
"name": "ZCDrag",
"platforms": {
"osx": "10.10"
},
"source_files": "Library/ZCEasyLibraryMac_sub/ZCDrag/**/*.{h,m,c,mm}"
},
{
"name": "ZCQRCode",
"platforms": {
"osx": "10.10"
},
"source_files": "Library/ZCEasyLibraryMac_sub/ZCQRCode/**/*.{h,m,c,mm}"
},
{
"name": "ZCScreenCapture",
"platforms": {
"osx": "10.10"
},
"source_files": "Library/ZCEasyLibraryMac_sub/ZCScreenCapture/**/*.{h,m,c,mm}"
},
{
"name": "ZCScrollTextView",
"platforms": {
"osx": "10.10"
},
"source_files": "Library/ZCEasyLibraryMac_sub/ZCScrollTextView/**/*.{h,m,c,mm}"
}
]
}