-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNSRSwipeTabViewController.podspec
31 lines (19 loc) · 1.12 KB
/
NSRSwipeTabViewController.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
26
27
28
29
30
31
Pod::Spec.new do |s|
s.name = "NSRSwipeTabViewController"
s.version = "0.0.1"
s.summary = "iOS SwipeTabViewController inspired by scrollable Tabs in Android"
s.description = <<-DESC
iOS SwipeTabViewController inspired by scrollable Tabs in Android
DESC
s.homepage = "https://github.com/nonth/NSRSwipeTabViewController"
s.screenshots = "https://raw.githubusercontent.com/nonth/NSRSwipeTabViewController/master/screenshot.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Nonthawat Srichad" => "[email protected]" }
s.social_media_url = "https://twitter.com/nonth"
s.platform = :ios, "6.1"
s.ios.deployment_target = "6.1"
s.source = { :git => "https://github.com/nonth/NSRSwipeTabViewController.git", :commit => "267967a1bcb367646fd4ca1ce82421e49daddec8" }
s.source_files = "NSRSwipeTabViewController/Classes", "NSRSwipeTabViewController/Classes/Categories"
s.public_header_files = "NSRSwipeTabViewController/Classes/*.h", "NSRSwipeTabViewController/Classes/Categories/*.h"
s.requires_arc = true
end