blob: 01b17d37a55035cc4b6f021fd53567490a9607cb [file] [log] [blame]
{
"name": "ZWCommonTable",
"version": "1.0.2",
"summary": "更简洁、快速的实现静态TableView页面、JSON式写法让你随意增、删、改静态cell.",
"homepage": "https://github.com/wangziwu/ZWCommonTableDemo",
"license": "MIT",
"authors": {
"wangziwu": "wang_ziwu@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wangziwu/ZWCommonTableDemo.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": "ZWCommonTable/**/*.{h,m}",
"resources": "ZWCommonTable/**/*.{png,xib,nib,bundle}",
"frameworks": "UIKit",
"subspecs": [
{
"name": "ZWCore",
"source_files": "ZWCommonTable/ZWCore/*.{h,m}",
"dependencies": {
"ZWCommonTable/Protocol": [
]
}
},
{
"name": "Protocol",
"source_files": "ZWCommonTable/Protocol/*.h"
},
{
"name": "ZWStaticCell",
"source_files": "ZWCommonTable/ZWStaticCell/*.{h,m}",
"dependencies": {
"ZWCommonTable/Protocol": [
],
"ZWCommonTable/ZWCore": [
],
"ZWCommonTable/ZWStaticModel": [
]
}
},
{
"name": "ZWStaticModel",
"source_files": "ZWCommonTable/ZWStaticModel/*.{h,m}",
"dependencies": {
"ZWCommonTable/Protocol": [
]
}
}
]
}