Skip to content

Commit

Permalink
deployment target to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
litoarias-kairosds committed Nov 27, 2020
1 parent 53c9f77 commit cdde742
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Example/JKSteppedProgressBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = JKSteppedProgressBar/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
Expand All @@ -553,6 +554,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = JKSteppedProgressBar/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- JKSteppedProgressBar (0.5.1)
- JKSteppedProgressBar (0.5.2)

DEPENDENCIES:
- JKSteppedProgressBar (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
JKSteppedProgressBar: b55bcac777c5b256375d6ae75cca93b75c5d8672
JKSteppedProgressBar: 48c8b96f4ad8e98e8a2b5549f1590a0ea12eacaf

PODFILE CHECKSUM: ba934cd1a7deb75a79c480358beefa12dc74330d

COCOAPODS: 1.7.4
COCOAPODS: 1.10.0
4 changes: 2 additions & 2 deletions JKSteppedProgressBar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'JKSteppedProgressBar'
s.version = '0.5.1'
s.version = '0.5.2'
s.summary = 'JKSteppedProgressBar is an iOS UI component that indicates step by step progress'

# This description is used to generate tags and improve search results.
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/jkmathew/JKSteppedProgressBar.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '11.0'

s.source_files = 'JKSteppedProgressBar/Classes/*.swift'

Expand Down

0 comments on commit cdde742

Please sign in to comment.