File tree Expand file tree Collapse file tree 5 files changed +7
-10
lines changed
LazyTransitions.playground
Pages/Lazy Dismiss animation.xcplaygroundpage
LazyTransitions.xcodeproj Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
6
- import LazyTransitions
6
+ @ testable import LazyTransitions
7
7
import PlaygroundSupport
8
8
9
9
/*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<?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' >
3
3
<pages >
4
4
<page name =' README' />
5
5
<page name =' Lazy Dismiss animation' />
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'LazyTransitions'
3
- s . version = '1.0.0 '
3
+ s . version = '1.0.1 '
4
4
s . license = 'MIT'
5
5
s . summary = 'Simple framework to add lazy pop and dismiss like in the Facebook or Instagram apps'
6
6
s . homepage = 'https://github.com/serp1412/LazyTransitions'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
9
s . source = { :git => 'https://github.com/serp1412/LazyTransitions.git' , :tag => s . version }
10
10
s . swift_version = '4.2'
11
11
12
- s . ios . deployment_target = '8 .0'
12
+ s . ios . deployment_target = '11 .0'
13
13
14
14
s . source_files = 'LazyTransitions/*.swift'
15
15
end
Original file line number Diff line number Diff line change 293
293
developmentRegion = English;
294
294
hasScannedForEncodings = 0;
295
295
knownRegions = (
296
+ English,
296
297
en,
297
298
);
298
299
mainGroup = DA65CB6F1E1E984C00ECE942;
506
507
DYLIB_INSTALL_NAME_BASE = "@rpath";
507
508
INFOPLIST_FILE = LazyTransitions/Info.plist;
508
509
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
510
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
509
511
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
510
512
PRODUCT_BUNDLE_IDENTIFIER = com.beardware.LazyTransitions;
511
513
PRODUCT_NAME = "$(TARGET_NAME)";
527
529
DYLIB_INSTALL_NAME_BASE = "@rpath";
528
530
INFOPLIST_FILE = LazyTransitions/Info.plist;
529
531
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
532
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
530
533
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
531
534
PRODUCT_BUNDLE_IDENTIFIER = com.beardware.LazyTransitions;
532
535
PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments