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

Commit d2d1764

Browse files
committed
Updated podspec to 0.9.0, updated readme
1 parent a19c1d0 commit d2d1764

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PanelKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PanelKit'
3-
s.version = '0.8.2'
3+
s.version = '0.9.0'
44
s.license = 'MIT'
55
s.summary = 'A UI framework that enables panels on iOS.'
66
s.homepage = 'https://github.com/louisdh/panelkit'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ Typically the ```PanelManager``` protocol is implemented on a ```UIViewControlle
9494
To install, add the following line to your ```Podfile```:
9595

9696
```ruby
97-
pod 'PanelKit', '~> 0.8'
97+
pod 'PanelKit', '~> 0.9'
9898
```
9999

100100
### [Carthage](https://github.com/Carthage/Carthage)
101101
To install, add the following line to your ```Cartfile```:
102102

103103
```ruby
104-
github "louisdh/panelkit" ~> 0.8
104+
github "louisdh/panelkit" ~> 0.9
105105
```
106106
Run ```carthage update``` to build the framework and drag the built ```PanelKit.framework``` into your Xcode project.
107107

0 commit comments

Comments
 (0)