[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / a / 1 / TableViewConfigurator / 2.0.0 / TableViewConfigurator.podspec.json
blob4858e6785b2c68bc6b93136acfed2b4081a28136
2   "name": "TableViewConfigurator",
3   "version": "2.0.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": "2.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "TableViewConfigurator/Classes/**/*",
20   "dependencies": {
21     "Dwifft": [
22       "~> 0.6"
23     ]
24   },
25   "pushed_with_swift_version": "3.0"