forked from subinspathilettu/SJSegmentedViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSJSegmentedScrollView.podspec
More file actions
15 lines (15 loc) · 843 Bytes
/
Copy pathSJSegmentedScrollView.podspec
File metadata and controls
15 lines (15 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |spec|
spec.platform = :ios
spec.ios.deployment_target = '9.0'
spec.name = 'SJSegmentedScrollView'
spec.summary = 'Custom segmented header scrollview controller.'
spec.requires_arc = true
spec.version = '1.3.5'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/subinspathilettu/SJSegmentedViewController'
spec.author = { 'Subins Jose' => 'subinsjose@gmail.com' }
spec.source = { :git => 'https://github.com/subinspathilettu/SJSegmentedViewController.git', :tag => 'v1.3.5' }
spec.source_files = 'SJSegmentedScrollView/Classes/*.{swift}'
spec.social_media_url = 'https://twitter.com/subinsjose'
spec.framework = "UIKit"
end