blob: d28dd6df577d9d7c8ef9fa9006d1b94eeb4c3317 [file] [log] [blame]
{
"name": "ZQFoundationKit",
"version": "0.1.0",
"summary": "ZQFoundationKit.基础库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zeqinjie/ZQFoundationKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhengzeqin": "zhengzeqin@addcn.com"
},
"source": {
"git": "https://github.com/zeqinjie/ZQFoundationKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": "ZQFoundationKit/Classes/ZQFoundationKit.h",
"source_files": "ZQFoundationKit/Classes/ZQFoundationKit.h",
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>"
],
"subspecs": [
{
"name": "UIColorExtension",
"source_files": "ZQFoundationKit/Classes/UIColorExtension/*.{h,m}"
}
]
}