Skip to content

Commit 3e05d43

Browse files
committed
Release of version 2.2.3 with ios artifact SPM conflict resolve
1 parent 9ad630a commit 3e05d43

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ kotlin {
9898
sourceSets {
9999
commonMain {
100100
dependencies {
101-
implementation("io.github.shivathapaa:nepali-date-picker:2.2.1")
101+
implementation("io.github.shivathapaa:nepali-date-picker:2.2.3")
102102
}
103103
}
104104
}
@@ -115,7 +115,7 @@ To add the nepali-date-picker library to your Android project, include the follo
115115
[versions]
116116
# ...
117117
kotlin = "2.0.20"
118-
nepaliDatePickerAndroid = "2.2.1"
118+
nepaliDatePickerAndroid = "2.2.3"
119119

120120
[libraries]
121121
nepali-date-picker-android = { module = "io.github.shivathapaa:nepali-date-picker-android", version.ref = "nepaliDatePickerAndroid" }
@@ -181,7 +181,17 @@ dependencies {
181181

182182
The library supports various iOS architectures, including `iosarm64`, `iossimulatorarm64`, and `iosx64`.
183183

184-
To integrate this library into your iOS project using CocoaPods:
184+
To integrate this library into your iOS project using Swift Package Manager(SPM):
185+
186+
- Add the library using Package.swift from repo - https://github.com/shivathapaa/Nepali-Date-Picker-SPM/tree/main (After adding you are good to go!)
187+
188+
```swift
189+
import SwiftUI
190+
import SwiftData
191+
import nepali_date_picker // import Nepali Date Picker library
192+
193+
// Create view ...
194+
```
185195

186196
> Will be updated very soon....
187197

nepali-date-picker/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mavenPublishing {
8585
coordinates(
8686
groupId = "io.github.shivathapaa",
8787
artifactId = "nepali-date-picker",
88-
version = "2.2.2"
88+
version = "2.2.3"
8989
)
9090

9191
// POM metadata for the published artifact

0 commit comments

Comments
 (0)