Open popeyelau opened 3 years ago
name
version
summary
description
homepage
license
author
source
platform
source_files
public_header_files
resources
resource_bundles
frameworks
vendored_frameworks
libraries
vendored_libraries
dependency
Specs and the Specs Repo podspec 文件基础模块说明
xs_tongdun_plugin.podspec
xs_payment_plugin.podspec
name
:包名version
:当前版本(注意,是当前版本,假如你后续更新了新版本,需要修改此处)summary
:简要描述,在pod search ZCPKit的时候会显示该信息。description
:详细描述homepage
:页面链接license
:开源协议author
:作者source
:源码git地址platform
:平台 & 版本号source_files
:源文件(可以包含.h和.m)public_header_files
:头文件(.h文件)resources
:资源文件(配置的文件都会被放到mainBundle中)resource_bundles
:资源文件(配置的文件会放到你自己指定的bundle中)frameworks
:依赖的系统框架vendored_frameworks
:依赖的非系统框架libraries
:依赖的系统库,需要去除前缀lib,如静态库依赖是libz.tbd,则s.libraries = 'z'vendored_libraries
:依赖的非系统的静态库dependency
:依赖的三方库Specs and the Specs Repo podspec 文件基础模块说明