[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 0 / PluggableTableView / 0.4.1 / PluggableTableView.podspec.json
blobb6b235f031ca0bfe05a82392e88e576df902e455
2   "name": "PluggableTableView",
3   "version": "0.4.1",
4   "summary": "PluggableTableView provides a TableView to work easily with View Models.",
5   "description": "PluggableTableView provides an UITableView that does all the work for you. The only thing you need to do is provide a list of view models.\nThe registration of the cells, headers and footers will be done automatically.",
6   "homepage": "https://github.com/bynelus/PluggableTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NielsKoole": "me@nielskoole.nl"
13   },
14   "source": {
15     "git": "https://github.com/bynelus/PluggableTableView.git",
16     "tag": "0.4.1"
17   },
18   "social_media_url": "https://twitter.com/nielskoole",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "ios": {
23     "source_files": "PluggableTableView/Classes/**/*"
24   }