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

Commit

Permalink
Updated podspec to 0.9.0, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
louisdh committed Mar 8, 2017
1 parent a19c1d0 commit d2d1764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PanelKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PanelKit'
s.version = '0.8.2'
s.version = '0.9.0'
s.license = 'MIT'
s.summary = 'A UI framework that enables panels on iOS.'
s.homepage = 'https://github.com/louisdh/panelkit'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -94,14 +94,14 @@ Typically the ```PanelManager``` protocol is implemented on a ```UIViewControlle
To install, add the following line to your ```Podfile```:

```ruby
pod 'PanelKit', '~> 0.8'
pod 'PanelKit', '~> 0.9'
```

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

```ruby
github "louisdh/panelkit" ~> 0.8
github "louisdh/panelkit" ~> 0.9
```
Run ```carthage update``` to build the framework and drag the built ```PanelKit.framework``` into your Xcode project.

Expand Down

0 comments on commit d2d1764

Please sign in to comment.