-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStaticTableViewDatasource.podspec
More file actions
24 lines (22 loc) · 1.14 KB
/
StaticTableViewDatasource.podspec
File metadata and controls
24 lines (22 loc) · 1.14 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
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#
s.name = "StaticTableViewDatasource"
s.version = "1.4.0"
s.swift_version = "4.2"
s.summary = "Create static table views in a declarative style"
# s.description = <<-DESC
# DESC
s.homepage = "https://github.com/EcolabCompany/StaticTableViewDatasource"
s.license = "MIT"
s.author = { "Nate Mann" => "nathan.mann@me.com" }
s.social_media_url = "https://twitter.com/NathanMann"
s.platform = :ios
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/EcolabPestServices/StaticTableViewDatasource.git", :tag => "#{s.version}" }
s.source_files = "StaticTableViewDatasource/StaticTableViewDatasource/*.swift"
end