Skip to content

Commit

Permalink
change github url
Browse files Browse the repository at this point in the history
  • Loading branch information
knottx committed Mar 18, 2021
1 parent 5b5aac7 commit c363103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AppStoreManager.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|

spec.name = "AppStoreManager"
spec.version = "1.1.0"
spec.version = "1.2.0"
spec.summary = "A new version checking framework in Swift."

spec.homepage = "https://knottovt.github.io"
spec.homepage = "https://knottx.github.io"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.author = { "Visarut Tippun" => "knotto.vt@gmail.com" }
spec.source = { :git => "https://github.com/knottovt/AppStoreManager.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/knottx/AppStoreManager.git", :tag => "#{spec.version}" }

spec.swift_version = "5.1"
spec.ios.deployment_target = "10.0"
Expand Down
4 changes: 2 additions & 2 deletions AppStoreManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -477,7 +477,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit c363103

Please sign in to comment.