Skip to content

Commit

Permalink
decrease deployment version to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xremix committed Jun 26, 2017
1 parent 3db32e3 commit ad1eb89
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SwiftGS1Barcode
A GS1 Barcode Library and Parser for Swift Edit

CocoaPod
https://github.com/xremix/SwiftGS1Barcode
4 changes: 2 additions & 2 deletions SwiftGS1Barcode.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftGS1Barcode'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = 'A GS1 Barcode Library and Parser for Swift'

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ A GS1 Barcode Library and Parser for Swift. It allows to pass strings and valida
s.author = { 'Toni Hoffmann' => '[email protected]' }
s.source = { :git => 'https://github.com/xremix/SwiftGS1Barcode.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.3'
s.ios.deployment_target = '9.0'
s.source_files = 'SwiftGS1Barcode/*.swift'

end
2 changes: 2 additions & 0 deletions SwiftGS1Barcode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SwiftGS1Barcode/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = de.xremix.SwiftGS1Barcode;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -359,6 +360,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SwiftGS1Barcode/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = de.xremix.SwiftGS1Barcode;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion SwiftGS1Barcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit ad1eb89

Please sign in to comment.