[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 6 / 5 / 2 / JTTableViewController / 1.0.6 / JTTableViewController.podspec.json
blob7d0c8be772578a1ba141f201c64725d6f28007a6
2   "name": "JTTableViewController",
3   "version": "1.0.6",
4   "summary": "A ViewController with a tableView which manage pagination and loaders for iOS.",
5   "homepage": "https://github.com/jonathantribouharet/JTTableViewController",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Jonathan Tribouharet": "jonathan.tribouharet@gmail.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/jonathantribouharet/JTTableViewController.git",
17     "tag": "1.0.6"
18   },
19   "source_files": "JTTableViewController/*",
20   "requires_arc": true,
21   "screenshots": [
22     "https://raw.githubusercontent.com/jonathantribouharet/JTTableViewController/master/Screens/example.gif"
23   ],
24   "dependencies": {
25     "Masonry": [
27     ]
28   }