Skip to content

Commit 73bca67

Browse files
committed
bump minimum deployment target to iOS 11
1 parent 75f4e80 commit 73bca67

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

LazyTransitions.playground/Pages/Lazy Dismiss animation.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55

6-
import LazyTransitions
6+
@testable import LazyTransitions
77
import PlaygroundSupport
88

99
/*

LazyTransitions.playground/Pages/Lazy Dismiss animation.xcplaygroundpage/timeline.xctimeline

Lines changed: 0 additions & 6 deletions
This file was deleted.

LazyTransitions.playground/contents.xcplayground

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<playground version='6.0' target-platform='ios' display-mode='rendered' executeOnSourceChanges='false'>
2+
<playground version='6.0' target-platform='ios' display-mode='rendered'>
33
<pages>
44
<page name='README'/>
55
<page name='Lazy Dismiss animation'/>

LazyTransitions.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'LazyTransitions'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.license = 'MIT'
55
s.summary = 'Simple framework to add lazy pop and dismiss like in the Facebook or Instagram apps'
66
s.homepage = 'https://github.com/serp1412/LazyTransitions'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => 'https://github.com/serp1412/LazyTransitions.git', :tag => s.version }
1010
s.swift_version = '4.2'
1111

12-
s.ios.deployment_target = '8.0'
12+
s.ios.deployment_target = '11.0'
1313

1414
s.source_files = 'LazyTransitions/*.swift'
1515
end

LazyTransitions.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
developmentRegion = English;
294294
hasScannedForEncodings = 0;
295295
knownRegions = (
296+
English,
296297
en,
297298
);
298299
mainGroup = DA65CB6F1E1E984C00ECE942;
@@ -506,6 +507,7 @@
506507
DYLIB_INSTALL_NAME_BASE = "@rpath";
507508
INFOPLIST_FILE = LazyTransitions/Info.plist;
508509
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
510+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
509511
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
510512
PRODUCT_BUNDLE_IDENTIFIER = com.beardware.LazyTransitions;
511513
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -527,6 +529,7 @@
527529
DYLIB_INSTALL_NAME_BASE = "@rpath";
528530
INFOPLIST_FILE = LazyTransitions/Info.plist;
529531
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
532+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
530533
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
531534
PRODUCT_BUNDLE_IDENTIFIER = com.beardware.LazyTransitions;
532535
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)