File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
CollectionViewSlantedLayout.xcodeproj Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# CollectionViewSlantedLayout CHANGELOG
22
3+ ## 3.1.1 (09/30/2018)
4+
5+ * Invalidate the cache for bounds only if the size has changed
6+
37## 3.1.0 (09/29/2018)
48
59* Updates to build specs with Xcode10 / Swift 4.2
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "CollectionViewSlantedLayout"
3- s . version = "3.1.0 "
3+ s . version = "3.1.1 "
44 s . summary = "UICollectionViewLayout allowing the display of slanted content on UICollectionView"
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change 429429 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
430430 DEFINES_MODULE = YES;
431431 DYLIB_COMPATIBILITY_VERSION = 1;
432- DYLIB_CURRENT_VERSION = 3.1.0 ;
432+ DYLIB_CURRENT_VERSION = 3.1.1 ;
433433 DYLIB_INSTALL_NAME_BASE = "@rpath";
434434 INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
435435 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
450450 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
451451 DEFINES_MODULE = YES;
452452 DYLIB_COMPATIBILITY_VERSION = 1;
453- DYLIB_CURRENT_VERSION = 3.1.0 ;
453+ DYLIB_CURRENT_VERSION = 3.1.1 ;
454454 DYLIB_INSTALL_NAME_BASE = "@rpath";
455455 INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
456456 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Original file line number Diff line number Diff line change 11PODS:
2- - CollectionViewSlantedLayout (3.0 .1)
2+ - CollectionViewSlantedLayout (3.1 .1)
33
44DEPENDENCIES:
55 - CollectionViewSlantedLayout (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99 :path: "../"
1010
1111SPEC CHECKSUMS:
12- CollectionViewSlantedLayout: 351451242ec148a932d340b5c9ecee7ede4cc9c8
12+ CollectionViewSlantedLayout: a9866e5fc9a25887f3cf79527876aea8e4ce3f31
1313
1414PODFILE CHECKSUM: 784530443c4e94767488f5a14b699ce4f4b357bb
1515
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.1.0 </string >
18+ <string >3.1.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments