blob: ddc8348fdb3135c59107b27f7ba02e325e35c167 [file] [log] [blame]
{
"name": "WCBaseUIKit",
"version": "0.1.0",
"summary": "WCBaseUIKit.",
"description": "CommonUI,基础UI框架封装",
"homepage": "https://github.com/394771176/WCBaseUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"394771176": "394771176@qq.com"
},
"source": {
"git": "https://github.com/394771176/WCBaseUIKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"WCBaseUIKit/Classes/*.h"
],
"public_header_files": [
"WCBaseUIKit/Classes/*.h"
],
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Entity",
"source_files": "WCBaseUIKit/Classes/Entity/*",
"dependencies": {
"WCModel/Entity": [
]
}
},
{
"name": "Util",
"source_files": "WCBaseUIKit/Classes/Util/*",
"dependencies": {
"WCCategory": [
]
}
},
{
"name": "View",
"source_files": "WCBaseUIKit/Classes/View/*",
"dependencies": {
"WCBaseUIKit/Entity": [
],
"WCBaseUIKit/Util": [
],
"WCPlugin": [
]
}
}
]
}