Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Commit aaa9665

Browse files
committedDec 5, 2017
Update to version 2.0.0
1 parent b728511 commit aaa9665

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
 

‎PanelKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'PanelKit'
3-
s.version = '1.0.0'
3+
s.version = '2.0.0'
44
s.license = 'MIT'
55
s.summary = 'A UI framework that enables panels on iOS.'
66
s.homepage = 'https://github.com/louisdh/panelkit'
77
s.social_media_url = 'http://twitter.com/LouisDhauwe'
88
s.authors = { 'Louis D\'hauwe' => 'louisdhauwe@silverfox.be' }
99
s.source = { :git => 'https://github.com/louisdh/panelkit.git', :tag => s.version }
1010

11-
s.ios.deployment_target = '9.0'
11+
s.ios.deployment_target = '10.0'
1212

1313
s.source_files = 'PanelKit/**/*.swift'
1414
end

‎README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ PanelKit has some advanced opt-in features:
9797
To install, add the following line to your ```Podfile```:
9898

9999
```ruby
100-
pod 'PanelKit', '~> 1.0'
100+
pod 'PanelKit', '~> 2.0'
101101
```
102102

103103
### [Carthage](https://github.com/Carthage/Carthage)
104104
To install, add the following line to your ```Cartfile```:
105105

106106
```ruby
107-
github "louisdh/panelkit" ~> 1.0
107+
github "louisdh/panelkit" ~> 2.0
108108
```
109109
Run ```carthage update``` to build the framework and drag the built ```PanelKit.framework``` into your Xcode project.
110110

@@ -116,10 +116,6 @@ Run ```carthage update``` to build the framework and drag the built ```PanelKit.
116116
* Xcode 9.0+
117117

118118
## Todo
119-
### 2.0:
120-
- [x] Panel resizing
121-
- [x] Multiple panels pinned to same side
122-
- [x] Panel state saving and loading
123119

124120
### Long term:
125121
- [ ] Top/down pinning

0 commit comments

Comments
 (0)