File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 0.0.8] - 2024-03-14
4
+
5
+ ### Added
6
+ - Added SPM support;
7
+
3
8
## [ 0.0.7] - 2024-03-14
4
9
5
10
### Added
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = 'RKSlider'
4
- spec . version = '0.0.7 '
4
+ spec . version = '0.0.8 '
5
5
spec . summary = 'A CocoaPods library written in Swift'
6
6
7
7
spec . description = <<-DESC
Original file line number Diff line number Diff line change
1
+ Pod ::Spec . new do |spec |
2
+
3
+ spec . name = 'RKSlider'
4
+ spec . version = '0.0.8'
5
+ spec . summary = 'A CocoaPods library written in Swift'
6
+
7
+ spec . description = <<-DESC
8
+ This CocoaPods library helps you create application with the best slider.
9
+ DESC
10
+
11
+ spec . homepage = 'https://github.com/Ramiz69/Slider'
12
+
13
+ spec . license = 'MIT'
14
+
15
+ spec . author = { 'Ramiz Kichibekov' => 'ramiz161@icloud.com' }
16
+ spec . social_media_url = 'https://t.me/Ramiz69'
17
+
18
+ spec . ios . deployment_target = "14.0"
19
+
20
+ spec . source = { :git => 'https://github.com/Ramiz69/Slider.git' , :tag => spec . version }
21
+
22
+ spec . swift_version = [ '5.0' , '5.9' ]
23
+
24
+ spec . source_files = 'Slider/*.swift' , 'Slider/**/*.swift'
25
+
26
+ end
You can’t perform that action at this time.
0 commit comments