Skip to content

Commit d5d6bbc

Browse files
author
Eric Miller
committed
Update ChangeLog and Podspec
1 parent e872cf4 commit d5d6bbc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

InteractiveSideMenu.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::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

0 commit comments

Comments
 (0)