forked from touchlane/SlideController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSlideController.podspec
More file actions
15 lines (15 loc) · 838 Bytes
/
SlideController.podspec
File metadata and controls
15 lines (15 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'SlideController'
s.version = '1.5.1'
s.summary = 'SlideController is replacement for Apple\'s UIPageControl completely written in Swift using power of generic types.'
s.description = <<-DESC
Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount.
DESC
s.homepage = 'https://github.com/touchlane/SlideController'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Touchlane LLC' => 'tech@touchlane.com' }
s.source = { :git => 'https://github.com/touchlane/SlideController.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.swift_version = '5.0'
s.source_files = 'Source/*.swift'
end