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

Commit

Permalink
Update to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louisdh committed Dec 5, 2017
1 parent b728511 commit aaa9665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PanelKit.podspec
@@ -1,14 +1,14 @@
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'
s.social_media_url = 'http://twitter.com/LouisDhauwe'
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
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit aaa9665

Please sign in to comment.