File tree 5 files changed +10
-6
lines changed
CollectionViewSlantedLayout.xcodeproj
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CollectionViewSlantedLayout CHANGELOG
2
2
3
+ ## 3.1.1 (09/30/2018)
4
+
5
+ * Invalidate the cache for bounds only if the size has changed
6
+
3
7
## 3.1.0 (09/29/2018)
4
8
5
9
* Updates to build specs with Xcode10 / Swift 4.2
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "CollectionViewSlantedLayout"
3
- s . version = "3.1.0 "
3
+ s . version = "3.1.1 "
4
4
s . summary = "UICollectionViewLayout allowing the display of slanted content on UICollectionView"
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change 429
429
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
430
430
DEFINES_MODULE = YES;
431
431
DYLIB_COMPATIBILITY_VERSION = 1;
432
- DYLIB_CURRENT_VERSION = 3.1.0 ;
432
+ DYLIB_CURRENT_VERSION = 3.1.1 ;
433
433
DYLIB_INSTALL_NAME_BASE = "@rpath";
434
434
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
435
435
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
450
450
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
451
451
DEFINES_MODULE = YES;
452
452
DYLIB_COMPATIBILITY_VERSION = 1;
453
- DYLIB_CURRENT_VERSION = 3.1.0 ;
453
+ DYLIB_CURRENT_VERSION = 3.1.1 ;
454
454
DYLIB_INSTALL_NAME_BASE = "@rpath";
455
455
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
456
456
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - CollectionViewSlantedLayout (3.0 .1)
2
+ - CollectionViewSlantedLayout (3.1 .1)
3
3
4
4
DEPENDENCIES:
5
5
- CollectionViewSlantedLayout (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
9
9
:path: "../"
10
10
11
11
SPEC CHECKSUMS:
12
- CollectionViewSlantedLayout: 351451242ec148a932d340b5c9ecee7ede4cc9c8
12
+ CollectionViewSlantedLayout: a9866e5fc9a25887f3cf79527876aea8e4ce3f31
13
13
14
14
PODFILE CHECKSUM: 784530443c4e94767488f5a14b699ce4f4b357bb
15
15
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.1.0 </string >
18
+ <string >3.1.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments