From aaa96652af32c8f848b966b6f63ab61c398896bb Mon Sep 17 00:00:00 2001 From: Louis D'hauwe Date: Tue, 5 Dec 2017 20:27:09 +0100 Subject: [PATCH] Update to version 2.0.0 --- PanelKit.podspec | 4 ++-- README.md | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/PanelKit.podspec b/PanelKit.podspec index b3c806b..80c79f6 100755 --- a/PanelKit.podspec +++ b/PanelKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PanelKit' - s.version = '1.0.0' + s.version = '2.0.0' s.license = 'MIT' s.summary = 'A UI framework that enables panels on iOS.' s.homepage = 'https://github.com/louisdh/panelkit' @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.authors = { 'Louis D\'hauwe' => 'louisdhauwe@silverfox.be' } s.source = { :git => 'https://github.com/louisdh/panelkit.git', :tag => s.version } - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '10.0' s.source_files = 'PanelKit/**/*.swift' end diff --git a/README.md b/README.md index 7aa2b50..640b1de 100755 --- a/README.md +++ b/README.md @@ -97,14 +97,14 @@ PanelKit has some advanced opt-in features: To install, add the following line to your ```Podfile```: ```ruby -pod 'PanelKit', '~> 1.0' +pod 'PanelKit', '~> 2.0' ``` ### [Carthage](https://github.com/Carthage/Carthage) To install, add the following line to your ```Cartfile```: ```ruby -github "louisdh/panelkit" ~> 1.0 +github "louisdh/panelkit" ~> 2.0 ``` Run ```carthage update``` to build the framework and drag the built ```PanelKit.framework``` into your Xcode project. @@ -116,10 +116,6 @@ Run ```carthage update``` to build the framework and drag the built ```PanelKit. * Xcode 9.0+ ## Todo -### 2.0: -- [x] Panel resizing -- [x] Multiple panels pinned to same side -- [x] Panel state saving and loading ### Long term: - [ ] Top/down pinning