- Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathJTTableViewController.podspec
More file actions
Latest commit
13 lines (13 loc) · 749 Bytes
/
Copy pathJTTableViewController.podspec
File metadata and controls
13 lines (13 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name="JTTableViewController"
s.version="2.1.4"
s.summary="A ViewController with a tableView which manage pagination and loaders for iOS."
s.homepage="https://github.com/jonathantribouharet/JTTableViewController"
s.license={:type=>'MIT'}
s.author={"Jonathan VUKOVICH TRIBOUHARET"=>"jonathan.tribouharet@gmail.com"}
s.platform=:ios,'8.0'
s.source={:git=>"https://github.com/jonathantribouharet/JTTableViewController.git",:tag=>s.version.to_s}
s.source_files='Source/*.swift'
s.screenshots=["https://raw.githubusercontent.com/jonathantribouharet/JTTableViewController/master/Screens/example.gif"]
s.swift_version='4.2'
end