[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 6 / 7 / SimpleTableViewWrapper / 0.1.0 / SimpleTableViewWrapper.podspec.json
blob120b2ca256bc62f28a4015c546c4fed6ee84cbbf
2   "name": "SimpleTableViewWrapper",
3   "version": "0.1.0",
4   "summary": "A simple Table View Wrapper to create simple Table Views",
5   "description": "This framework is designed to introduce an simple wrapper to allow coders to create non complex Table View.",
6   "homepage": "https://github.com/vitorsala/SimpleTableViewWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vitorsala": "vitorsala@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vitorsala/SimpleTableViewWrapper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "SimpleTableViewWrapper/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Reusable": [
26       "~> 4.0.0"
27     ]
28   }