-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSHTabScrollController.podspec
More file actions
23 lines (22 loc) · 1.04 KB
/
SHTabScrollController.podspec
File metadata and controls
23 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod lib lint SHTabScrollController.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'SHTabScrollController'
s.version = '0.4.18'
s.summary = 'A simple view controller with tab button and childViewController, which has some animation and can be scroll.'
s.homepage = 'https://github.com/harushuu/SHTabScrollController'
s.screenshots = 'https://github.com/harushuu/SHTabScrollController/raw/master/Screenshots.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '@harushuu' => 'hunter4n@gmail.com' }
s.source = { :git => 'https://github.com/harushuu/SHTabScrollController.git', :tag => s.version }
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'SHTabScrollController/*'
s.frameworks = 'UIKit'
s.dependency 'SHButton', '~> 0.2.0'
end