[Add] DXPAnalyticsLib 1.0.18
[CocoaPods.git] / Specs / 5 / d / 6 / TableViewCellRegistrar / 1.0.0 / TableViewCellRegistrar.podspec.json
blob9aba983e42d0156344418d74141f947ce3e4e059
2   "name": "TableViewCellRegistrar",
3   "version": "1.0.0",
4   "swift_versions": "4.0",
5   "summary": "UITableView extension which allows you to register table cells using their class names as an identifier",
6   "description": "This is simple UITableView extension which allow reducing problems associated with the identification of table cells",
7   "homepage": "https://github.com/idapgroup/TableViewCellRegistrar",
8   "license": {
9     "type": "New BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "IDAP Group": "hello@idapgroup.com"
14   },
15   "source": {
16     "git": "https://github.com/idapgroup/TableViewCellRegistrar.git",
17     "tag": "1.0.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "header_mappings_dir": "Source",
24   "source_files": "Source/**/*.{swift,h,m,c,cpp}",
25   "swift_version": "4.0"