forked from sasojadrovski/SJFluidSegmentedControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSJFluidSegmentedControl.podspec
26 lines (19 loc) · 1.29 KB
/
SJFluidSegmentedControl.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
25
26
Pod::Spec.new do |s|
s.name = 'SJFluidSegmentedControl'
s.version = '3.0.0'
s.summary = 'A segmented control with custom appearance and interactive animations.'
s.description = <<-DESC
SJFluidSegmented control is a segmented control written in Swift with custom appearance and transition between the segments. It can be easily customized to suit your specific needs.
DESC
s.homepage = 'https://github.com/sasojadrovski/SJFluidSegmentedControl'
s.screenshots = 'https://raw.githubusercontent.com/sasojadrovski/SJFluidSegmentedControl/master/Screenshots/screenshot1.png', 'https://raw.githubusercontent.com/sasojadrovski/SJFluidSegmentedControl/master/Screenshots/screenshot2.png', 'https://raw.githubusercontent.com/sasojadrovski/SJFluidSegmentedControl/master/Screenshots/screenshot3.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Sasho Jadrovski' => 'saso.jadrovski@gmail.com' }
s.source = { :git => 'https://github.com/sasojadrovski/SJFluidSegmentedControl.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/sasojadrovski'
s.requires_arc = true
s.ios.deployment_target = '12.0'
s.swift_version = '5.3'
s.cocoapods_version = '>= 1.9.0'
s.source_files = 'SJFluidSegmentedControl/Classes/**/*'
end