forked from uias/Tabman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tabman.podspec
25 lines (19 loc) · 852 Bytes
/
Tabman.podspec
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
Pod::Spec.new do |s|
s.name = "Tabman"
s.platform = :ios, "9.0"
s.requires_arc = true
s.swift_version = "4.0"
s.version = "1.5.0"
s.summary = "A powerful paging view controller with indicator bar."
s.description = <<-DESC
Tabman is a highly customisable, powerful and extendable paging view controller with indicator bar.
DESC
s.homepage = "https://github.com/uias/Tabman"
s.license = "MIT"
s.author = { "Merrick Sapsford" => "merrick@sapsford.tech" }
s.social_media_url = "http://twitter.com/MerrickSapsford"
s.source = { :git => "https://github.com/uias/Tabman.git", :tag => s.version.to_s }
s.source_files = "Sources/Tabman/**/*.{h,m,swift}"
s.dependency 'Pageboy', '~> 2.3.0'
s.dependency 'AutoInsetter', '~> 1.1.0'
end