blob: 74dabe8e07e254165105e152b4c098a1568c9ebf [file] [log] [blame]
{
"name": "JYBaseTableAdaptor",
"version": "0.0.1.8",
"summary": "起步,写一个简单的表格适配器,并进行模块化测试.",
"description": "写一个简单的表格适配器\n 0.0.1,\n 1. 初始项目;\n 2. 测试git上传;\n 3. 配置到pod的git库;",
"homepage": "https://gitee.com/JackYing_JY/JYBaseTableAdaptor",
"license": "MIT",
"authors": {
"yms": "jk7896@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/JackYing_JY/JYBaseTableAdaptor.git",
"submodules": true,
"tag": "0.0.1.8"
},
"source_files": "JYBaseTableAdaptor/JYTableAdaptor.h",
"public_header_files": "JYBaseTableAdaptor/JYTableAdaptor.h",
"requires_arc": true,
"subspecs": [
{
"name": "JYTableAdaptor",
"dependencies": {
"JYBaseTableAdaptor/JYTableAdaptorProtocol": [
],
"JYBaseTableAdaptor/JYBaseReuseView": [
],
"JYBaseTableAdaptor/JYBaseTableModel": [
]
},
"source_files": "JYBaseTableAdaptor/JYTableAdaptor/**/{*}.{h,m}"
},
{
"name": "VerifyRegEx",
"source_files": "JYBaseTableAdaptor/JYVerifyRegEx.{h,m}"
},
{
"name": "JYBaseReuseView",
"dependencies": {
"JYBaseTableAdaptor/JYBaseTableModel": [
],
"JYBaseTableAdaptor/JYTableAdaptorProtocol": [
],
"JYBaseTableAdaptor/VerifyRegEx": [
]
},
"source_files": "JYBaseTableAdaptor/JYBase{Footer,Header,HeaderFooter,Input,TableView}{View,Cell}*.{h,m}"
},
{
"name": "JYBaseTableModel",
"source_files": "JYBaseTableAdaptor/JYBase{*}Model.{h,m}"
},
{
"name": "JYTableAdaptorProtocol",
"source_files": "JYBaseTableAdaptor/JYAdaptor{*}Protocol.h"
}
]
}