-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathRKSlider.podspec
More file actions
26 lines (16 loc) · 733 Bytes
/
RKSlider.podspec
File metadata and controls
26 lines (16 loc) · 733 Bytes
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 |spec|
spec.name = 'RKSlider'
spec.version = '0.2.1'
spec.summary = 'A CocoaPods library written in Swift'
spec.description = <<-DESC
This CocoaPods library helps you create application with the best slider.
DESC
spec.homepage = 'https://github.com/Ramiz69/Slider'
spec.license = 'MIT'
spec.author = { 'Ramiz Kichibekov' => 'ramiz161@icloud.com' }
spec.social_media_url = 'https://t.me/Ramiz69'
spec.ios.deployment_target = "14.0"
spec.source = { :git => 'https://github.com/Ramiz69/Slider.git', :tag => spec.version }
spec.swift_version = ['6.0']
spec.source_files = 'Sources/*.swift', 'Sources/**/*.swift'
end