Skip to content

Commit

Permalink
FIX: Podspec file updated;
Browse files Browse the repository at this point in the history
  • Loading branch information
pvn committed Sep 8, 2018
1 parent 60b92a4 commit e7e0558
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PKSecurePin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "PKSecurePin"
s.version = "1.0"
s.version = "1.0.2"
s.summary = "Elegant Secure PIN with 4 digits in Swift"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -54,7 +54,7 @@ Pod::Spec.new do |s|
s.author = { "Praveen Kumar Shrivastav" => "[email protected]" }
# Or just: s.author = "Praveen Kumar Shrivastav"
# s.authors = { "Praveen Kumar Shrivastav" => "[email protected]" }
# s.social_media_url = "http://twitter.com/Praveen Kumar Shrivastav"
# s.social_media_url = "http://twitter.com/praveen_tech"

# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand All @@ -63,10 +63,10 @@ Pod::Spec.new do |s|
#

# s.platform = :ios
# s.platform = :ios, "5.0"
# s.platform = :ios, "10.0"

# When using multiple platforms
s.ios.deployment_target = "9.0"
s.ios.deployment_target = "10.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
Expand Down
2 changes: 2 additions & 0 deletions PKSecurePinExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = PKSecurePinExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -465,6 +466,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = PKSecurePinExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit e7e0558

Please sign in to comment.