blob: c610edd88bfe3a2cd4021fe3c5c580c834cfade1 [file] [log] [blame]
{
"name": "WGBCocoaKit",
"version": "1.1.1",
"summary": "一个日常使用的组件库",
"description": "组件平时写项目用到的组件,统一pod管理,方便使用",
"homepage": "https://github.com/CoderWGB/WGBCocoaKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangguibin": "864562082@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderWGB/WGBCocoaKit.git",
"tag": "1.1.1"
},
"source_files": "WGBCocoaKit/**/WGBCocoa.h",
"public_header_files": "WGBCocoaKit/**/WGBCocoa.h",
"libraries": [
"objc",
"stdc++"
],
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"CoreText"
],
"requires_arc": true,
"subspecs": [
{
"name": "FoundationModule",
"source_files": "WGBCocoaKit/Foundation/**/*.{h,m}"
},
{
"name": "UIKitModule",
"source_files": "WGBCocoaKit/UIKit/**/*.{h,m}"
}
]
}