Skip to content

Commit

Permalink
πŸ“ :: podspec μ—μ„œ λΌμ΄μ„ΌμŠ€μ™€ 버전 λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxwan0319 committed May 13, 2021
1 parent 82042ab commit 74eee35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DSMSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*"

Expand Down

0 comments on commit 74eee35

Please sign in to comment.