[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 7 / f / e / ReusableTableViewController / 0.3.0 / ReusableTableViewController.podspec.json
blob9091369dae2b76a9dca1fdb9f178ed9fbc008b72
2   "name": "ReusableTableViewController",
3   "version": "0.3.0",
4   "summary": "A simple MVVM-driven table view controller using generics.",
5   "homepage": "https://github.com/dclelland/ReusableTableViewController",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/ReusableTableViewController.git",
14     "tag": "0.3.0"
15   },
16   "ios": {
17     "source_files": "Sources/**/*.swift",
18     "dependencies": {
19       "Reusable": [
20         "~> 4.0.3"
21       ],
22       "RefreshableViewController": [
23         "~> 0.6.0"
24       ]
25     }
26   },
27   "platforms": {
28     "ios": "10.0"
29   }