forked from rushisangani/RSMasterTableView
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRSMasterTableView.podspec
More file actions
18 lines (15 loc) · 847 Bytes
/
RSMasterTableView.podspec
File metadata and controls
18 lines (15 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "RSMasterTableView"
s.version = "1.0.5"
s.requires_arc = true
s.summary = "A powerful UITableView with inbuilt PullToRefresh and Load More functionality."
s.description = <<-DESC
RSMasterTableView can be used a normal tableView as well as with PullToRefresh and Infinite Scrolling. No need to write complex code to manage data and paging structure
DESC
s.homepage = "https://github.com/rushisangani/RSMasterTableView"
s.license = { :type => "GNU GENERAL PUBLIC LICENSE", :file => "LICENSE" }
s.author = { "Rushi Sangani" => "rushisangani@gmail.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/rushisangani/RSMasterTableView.git", :tag => "1.0.5" }
s.source_files = "RSMasterTableView/**/*.{h,m}"
end