blob: db968a722de534c1f7b8233fcf6bf00640b5deae [file] [log] [blame]
{
"name": "XTTable",
"version": "1.0.0",
"summary": "Fast way to setup TableView and CollectionView .",
"homepage": "https://github.com/akateason/XTTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"teason": "akateason@qq.com"
},
"source": {
"git": "https://github.com/akateason/XTTable.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"TableDatasourceSeparation/XTTable/*.{h,m}",
"TableDatasourceSeparation/XTCollection/*.{h,m}"
],
"public_header_files": [
"TableDatasourceSeparation/XTTable/*.h",
"TableDatasourceSeparation/XTCollection/*.h"
],
"dependencies": {
"XTBase": [
]
}
}