[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / a / 1 / TableViewConfigurator / 1.4.0 / TableViewConfigurator.podspec.json
blob0d7b06b012a8881d845aa4979aa1479481c0a626
2   "name": "TableViewConfigurator",
3   "version": "1.4.0",
4   "summary": "A declarative approach to UITableView configuration resulting in thinner and more robust controllers.",
5   "description": "* More declarative and easier to read approach to UITableView-based UI construction.\n* Declarative approach allows the construction of smaller and more robust controllers.\n* Extensive unit testing increases confidence in correctness of UI.",
6   "homepage": "https://github.com/johntvolk/TableViewConfigurator",
7   "license": "MIT",
8   "authors": {
9     "John Volk": "john.t.volk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/johntvolk/TableViewConfigurator.git",
13     "tag": "1.4.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "TableViewConfigurator/Classes/**/*"