forked from toashd/AnimatedSegmentSwitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnimatedSegmentSwitch.podspec
24 lines (21 loc) · 980 Bytes
/
AnimatedSegmentSwitch.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
Pod::Spec.new do |s|
s.name = "AnimatedSegmentSwitch"
s.version = "0.1.0"
s.summary = "AnimatedSegmentSwitch is a configurable multi-segment switch control written in Swift."
s.description = <<-DESC
Features
* Up-to-date: Swift 2 (Xcode 7)
* Support for Interface Designer
* Supports multi-segments
* Easy to use, lightweight, customizable and configurable
* Works as UISegmentedControl and UISwitch drop-in replacement
DESC
s.homepage = "https://github.com/toashd/AnimatedSegmentSwitch"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Tobias Schmid" => "[email protected]" }
s.source = { :git => "https://github.com/toashd/AnimatedSegmentSwitch.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/toashd'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'AnimatedSegmentSwitch/**/*.swift'
end