blob: eff1f495c84d82d77b521976f4ab369dae576fe0 [file] [log] [blame]
{
"name": "XTTable",
"version": "0.0.1",
"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": "0.0.1"
},
"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": [
]
}
}