File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ All notable changes of the library will be documented in this file.
1111- Changed default ` contentScale ` value from ` 0.88 ` to ` 0.86 `
1212- Updated sample project to better reflect the README demo gif
1313
14+ ### Breaking
15+ - Dropped support for iOS 8
16+
1417## 2.1 - [ 2017-10-23]
1518### Added
1619- Swift 4 support
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "InteractiveSideMenu"
3- s . version = "2.1 "
3+ s . version = "2.2 "
44 s . summary = "Interactive Side Menu in Swift"
55 s . homepage = "https://github.com/handsomecode/InteractiveSideMenu"
66 s . license = "Apache 2.0 license"
7- s . author = { "Andrey Arzhannikov " => "andreya @handsome.is" }
7+ s . author = { "Eric Miller " => "eric @handsome.is" }
88
99 s . source = { :git => "https://github.com/handsomecode/InteractiveSideMenu.git" , :tag => "#{ s . version } " }
1010
11- s . platform = :ios , "8 .0"
11+ s . platform = :ios , "9 .0"
1212
1313 s . source_files = "Sources/*.swift"
1414
You can’t perform that action at this time.
0 commit comments