Skip to content

Commit

Permalink
update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anymate98 committed Apr 25, 2023
1 parent f7589b3 commit dac6a26
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 24 deletions.
6 changes: 6 additions & 0 deletions Example/.idea/Example.iamport-ios.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions Example/.idea/Example.iml

This file was deleted.

2 changes: 1 addition & 1 deletion Example/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ target 'iamport-ios_Example' do
# cocoapods 사용시 enable
# cocoapods 사용시 enable
# pod 'iamport-ios', :path => '../' # local
# pod 'iamport-ios', '~> 1.1.0' # remote
# pod 'iamport-ios', '~> 1.4.0' # remote
# cocoapods 사용시 enable
# cocoapods 사용시 enable

Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ SPEC CHECKSUMS:
Swinject: db795b8d6d78559b25fbebb0170d2635be1176e2
Then: acfe0be7e98221c6204e12f8161459606d5d822d

PODFILE CHECKSUM: dc94aab5cf45a14d04fee8f93c0c0613b8dbcd1a
PODFILE CHECKSUM: 146dde37873645c94b7484ab97e8ffb748326d3f

COCOAPODS: 1.11.3
6 changes: 0 additions & 6 deletions Example/iamport-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,10 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 79DQDD2784;
LastSwiftMigration = 0900;
};
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 79DQDD2784;
LastSwiftMigration = 0900;
TestTargetID = 607FACCF1AFB9204008FA782;
};
Expand Down Expand Up @@ -608,7 +606,6 @@
baseConfigurationReference = 08FFCB46A6C09E654DA2AAA6 /* Pods-iamport-ios_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 79DQDD2784;
INFOPLIST_FILE = "iamport-ios/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -629,7 +626,6 @@
baseConfigurationReference = C5D2384CF3E87A54AE0BEA0E /* Pods-iamport-ios_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 79DQDD2784;
INFOPLIST_FILE = "iamport-ios/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -650,7 +646,6 @@
baseConfigurationReference = 9034EC92D3694A7E985DED9C /* Pods-iamport-ios_Tests.debug.xcconfig */;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
DEVELOPMENT_TEAM = 79DQDD2784;
FRAMEWORK_SEARCH_PATHS = (
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
Expand Down Expand Up @@ -678,7 +673,6 @@
baseConfigurationReference = AE6AB4CDCBAEE3FF2DEAE0D8 /* Pods-iamport-ios_Tests.release.xcconfig */;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
DEVELOPMENT_TEAM = 79DQDD2784;
FRAMEWORK_SEARCH_PATHS = (
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
"state": {
"branch": null,
"revision": "f96b619bcb2383b43d898402283924b80e2c4bae",
"version": "5.4.3"
"revision": "78424be314842833c04bc3bef5b72e85fff99204",
"version": "5.6.4"
}
},
{
Expand All @@ -24,17 +24,17 @@
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "7c17a6ccca06b5c107cfa4284e634562ddaf5951",
"version": "6.2.0"
"revision": "b4307ba0b6425c0ba4178e138799946c3da594f8",
"version": "6.5.0"
}
},
{
"package": "SwiftFormat",
"repositoryURL": "https://github.com/nicklockwood/SwiftFormat",
"state": {
"branch": null,
"revision": "ae4d0b672cd7094ae513097c617951a5ac714418",
"version": "0.50.8"
"revision": "fee7e1a1ac9518cfe3c4673382368641ccbdc62c",
"version": "0.51.7"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ it, simply add the following line to your Podfile:

- cocoapods 이용시 (RxSwift 5.x 사용)
```ruby
pod 'iamport-ios', '~> 1.1.0'
pod 'iamport-ios', '~> 1.4.0'
```


Expand Down
4 changes: 2 additions & 2 deletions iamport-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'iamport-ios'
s.version = '1.3.2'
s.version = '1.4.0'
s.summary = 'iamport-ios will help develop for your iOS App payments'

# This description is used to generate tags and improve search results.
Expand All @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.swift_versions = '5.0'
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'

s.source_files = 'Sources/iamport-ios/Classes/**/*'

Expand Down

0 comments on commit dac6a26

Please sign in to comment.