Skip to content

Commit

Permalink
release pod lib
Browse files Browse the repository at this point in the history
  • Loading branch information
saeed-rz committed Jun 30, 2021
1 parent 012c5df commit 0fa176d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions SwiftPersianTools.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "SwiftPersianTools"
spec.version = "1.0.0"
spec.version = "1.1.0"
spec.summary = "An anthology of a variety of tools for the Persian language in swift"

# This description is used to generate tags and improve search results.
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |spec|
a framework of a variety of tools for the Persian language in swift, convert numbers, add pricing, ...
DESC

spec.homepage = "https://github.com/saeed-rz/swift-persian-tools"
spec.homepage = "https://github.com/persian-tools/swift-persian-tools"
# spec.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"


Expand Down Expand Up @@ -65,7 +65,7 @@ a framework of a variety of tools for the Persian language in swift, convert num
#

# spec.platform = :ios
spec.platform = :ios, "13.0"
spec.platform = :ios, "12.0"
spec.swift_version = "5.0"

# When using multiple platforms
Expand All @@ -81,7 +81,7 @@ a framework of a variety of tools for the Persian language in swift, convert num
# Supports git, hg, bzr, svn and HTTP.
#

spec.source = { :git => "https://github.com/saeed-rz/swift-persian-tools.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/persian-tools/swift-persian-tools.git", :tag => "#{spec.version}" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 2 additions & 0 deletions SwiftPersianTools.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.saeedrz.SwiftPersianTools;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -514,6 +515,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.saeedrz.SwiftPersianTools;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion SwiftPersianTools/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 0fa176d

Please sign in to comment.