[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / 8 / TableTie / 1.0.2 / TableTie.podspec.json
blob243c7b818faec3646ca701244440ea5f3b602e5f
2   "name": "TableTie",
3   "version": "1.0.2",
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.2"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "TableTie/**/*.swift",
24   "pushed_with_swift_version": "3.0"