-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSliceControl.podspec
More file actions
19 lines (15 loc) · 700 Bytes
/
SliceControl.podspec
File metadata and controls
19 lines (15 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.swift_version = "4.2"
s.name = "SliceControl"
s.version = "1.3.0"
s.summary = "🍰 Simply a better & animated UISegmentedControl"
s.description = "🍰 Simply a better & animated UISegmentedControl"
s.homepage = "https://github.com/pedrommcarrasco/SliceControl"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = "Pedro Carrasco"
s.social_media_url = "http://twitter.com/pedrommcarrasco"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/pedrommcarrasco/SliceControl.git", :tag => s.version.to_s }
s.source_files = "SliceControl/**/*"
s.exclude_files = "SliceControl/*.plist"
end