-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π :: podspec μμ λΌμ΄μΌμ€μ λ²μ λ³κ²½
- Loading branch information
1 parent
82042ab
commit 74eee35
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,21 +16,21 @@ Pod::Spec.new do |spec| | |
# | ||
|
||
spec.name = "DSMSDK" | ||
spec.version = "1.3.0" | ||
spec.version = "1.3.1" | ||
spec.summary = "SDK for DSM_Auth" | ||
spec.description = <<-DESC | ||
"A SDK for easy use DSM_Auth with Swift" | ||
DESC | ||
|
||
spec.homepage = "https://developer.dsmkr.com" | ||
|
||
spec.license = "MIT" | ||
spec.license = "Apache License" | ||
|
||
spec.author = { "kimxwan0319" => "[email protected]" } | ||
|
||
spec.platform = :ios, "13.0" | ||
|
||
spec.source = { :git => "https://github.com/semicolonDSM/DSMSDK_iOS.git", :tag => "1.3.0"} | ||
spec.source = { :git => "https://github.com/semicolonDSM/DSMSDK_iOS.git", :tag => "1.3.1"} | ||
|
||
spec.source_files = "DSMSDK/Classes/**/*" | ||
|
||
|