[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / d / XTTable / 0.0.1 / XTTable.podspec.json
blobeff1f495c84d82d77b521976f4ab369dae576fe0
2   "name": "XTTable",
3   "version": "0.0.1",
4   "summary": "Fast way to setup TableView and CollectionView .",
5   "homepage": "https://github.com/akateason/XTTable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "teason": "akateason@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/akateason/XTTable.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "TableDatasourceSeparation/XTTable/*.{h,m}",
22     "TableDatasourceSeparation/XTCollection/*.{h,m}"
23   ],
24   "public_header_files": [
25     "TableDatasourceSeparation/XTTable/*.h",
26     "TableDatasourceSeparation/XTCollection/*.h"
27   ],
28   "dependencies": {
29     "XTBase": [
31     ]
32   }