forked from rushisangani/RSMasterTableViewKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRSMasterTableViewKit.podspec
More file actions
35 lines (21 loc) · 1.1 KB
/
RSMasterTableViewKit.podspec
File metadata and controls
35 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Pod::Spec.new do |s|
s.name = "RSMasterTableViewKit"
s.version = "1.2"
s.summary = "A comprehensive UITableView which handles everything that you need."
s.description = <<-DESC
All-In-One UITableView Kit with inbuilt PullToRefresh, Pagination, EmptyDataSet, Indicator, Networking and much more..
DESC
s.homepage = "https://github.com/rushisangani/RSMasterTableViewKit"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = "MIT"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Rushi Sangani" => "rushisangani@gmail.com" }
s.social_media_url = "https://github.com/rushisangani"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/rushisangani/RSMasterTableViewKit.git", :tag => s.version }
s.source_files = "RSMasterTableViewKit", "RSMasterTableViewKit/**/*.{swift}"
s.resources = "RSMasterTableViewKit/**/*.{xib}"
s.requires_arc = true
s.swift_version = "4.0"
s.pod_target_xcconfig = { "SWIFT_VERSION" => "4" }
end