[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / 8 / TableTie / 1.0.0 / TableTie.podspec.json
blob248907f03244b22ccd908d22c2aecc02d3b89b41
2   "name": "TableTie",
3   "version": "1.0.0",
4   "summary": "A simple, generic way to populate a UITableView with data.",
5   "description": "TableTie provides generic implementations for UITableViewDelegate and UITableViewDataSource, which greatly simplifies the code for UITableView setup.",
6   "homepage": "https://github.com/vladimirkofman/TableTie",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vladimir Kofman": "vladimir@kofman.com"
13   },
14   "social_media_url": "http://twitter.com/VladimirK",
15   "source": {
16     "git": "https://github.com/vladimirkofman/TableTie.git",
17     "tag": "v1.0.0"
18   },
19   "platforms": {
20     "ios": "10.3"
21   },
22   "requires_arc": true,
23   "source_files": "TableTie/**/*.swift",
24   "pushed_with_swift_version": "3.0"