Skip to content

Commit 619c209

Browse files
committed
Update podspec and changelog
1 parent ff4b4cf commit 619c209

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [0.0.8] - 2024-03-14
4+
5+
### Added
6+
- Added SPM support;
7+
38
## [0.0.7] - 2024-03-14
49

510
### Added

RKSlider.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = 'RKSlider'
4-
spec.version = '0.0.7'
4+
spec.version = '0.0.8'
55
spec.summary = 'A CocoaPods library written in Swift'
66

77
spec.description = <<-DESC

RKSlider/0.0.8/RKSlider.podspec

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)