Skip to content

Commit 04e6063

Browse files
authored
Drop iOS 8 support (#10)
* move deployment target to 9.0 * update dependencies
1 parent 1bf8cd4 commit 04e6063

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Nimble" "v5.1.1"
2-
github "Quick/Quick" "v0.10.0"
3-
github "stephencelis/SQLite.swift" "0.11.0"
1+
github "Quick/Nimble" "v7.0.0"
2+
github "Quick/Quick" "v1.1.0"
3+
github "stephencelis/SQLite.swift" "0.11.3"

Carthage/Checkouts/Nimble

Submodule Nimble updated 112 files

Carthage/Checkouts/Quick

Submodule Quick updated 73 files

Carthage/Checkouts/SQLite.swift

Submodule SQLite.swift updated 67 files

SQLiteMigrationManager.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = { "Vincent Garrigues" => "vincent.garrigues@gmail.com" }
1212
s.social_media_url = "http://twitter.com/garriguv"
1313

14-
s.platform = :ios, "8.0"
14+
s.platform = :ios, "9.0"
1515
s.module_name = 'SQLiteMigrationManager'
1616

1717
s.source = { :git => "https://github.com/garriguv/SQLiteMigrationManager.swift.git", tag: s.version.to_s, submodules: true }

SQLiteMigrationManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
361361
INFOPLIST_FILE = SQLiteMigrationManager/Info.plist;
362362
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
363-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
363+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
364364
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
365365
PRODUCT_BUNDLE_IDENTIFIER = io.garriguv.SQLiteMigrationManager;
366366
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -381,7 +381,7 @@
381381
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
382382
INFOPLIST_FILE = SQLiteMigrationManager/Info.plist;
383383
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
384-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
384+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
385385
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
386386
PRODUCT_BUNDLE_IDENTIFIER = io.garriguv.SQLiteMigrationManager;
387387
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)