This repository was archived by the owner on Feb 13, 2019. It is now read-only.
File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'PanelKit'
3
- s . version = '1 .0.0'
3
+ s . version = '2 .0.0'
4
4
s . license = 'MIT'
5
5
s . summary = 'A UI framework that enables panels on iOS.'
6
6
s . homepage = 'https://github.com/louisdh/panelkit'
7
7
s . social_media_url = 'http://twitter.com/LouisDhauwe'
8
8
s . authors = { 'Louis D\'hauwe' => 'louisdhauwe@silverfox.be' }
9
9
s . source = { :git => 'https://github.com/louisdh/panelkit.git' , :tag => s . version }
10
10
11
- s . ios . deployment_target = '9 .0'
11
+ s . ios . deployment_target = '10 .0'
12
12
13
13
s . source_files = 'PanelKit/**/*.swift'
14
14
end
Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ PanelKit has some advanced opt-in features:
97
97
To install, add the following line to your ``` Podfile ``` :
98
98
99
99
``` ruby
100
- pod ' PanelKit' , ' ~> 1 .0'
100
+ pod ' PanelKit' , ' ~> 2 .0'
101
101
```
102
102
103
103
### [ Carthage] ( https://github.com/Carthage/Carthage )
104
104
To install, add the following line to your ``` Cartfile ``` :
105
105
106
106
``` ruby
107
- github " louisdh/panelkit" ~ > 1 .0
107
+ github " louisdh/panelkit" ~ > 2 .0
108
108
```
109
109
Run ``` carthage update ``` to build the framework and drag the built ``` PanelKit.framework ``` into your Xcode project.
110
110
@@ -116,10 +116,6 @@ Run ```carthage update``` to build the framework and drag the built ```PanelKit.
116
116
* Xcode 9.0+
117
117
118
118
## Todo
119
- ### 2.0:
120
- - [x] Panel resizing
121
- - [x] Multiple panels pinned to same side
122
- - [x] Panel state saving and loading
123
119
124
120
### Long term:
125
121
- [ ] Top/down pinning
You can’t perform that action at this time.
0 commit comments