Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Augustyniak committed Nov 17, 2015
1 parent 7d51538 commit eb1f4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RATreeView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "RATreeView"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "RATreeView provide you a great support to display the tree structures on iOS."
s.homepage = "https://github.com/Augustyniak/RATreeView"
s.screenshots = "https://raw.github.com/Augustyniak/RATreeView/master/Screens/animation.gif"
s.license = {:type => 'MIT', :file => 'LICENCE.md'}
s.author = {'Rafal Augustyniak' => 'rafalaugustyniak@gmail.com'}
s.source = {:git => 'https://github.com/Augustyniak/RATreeView.git', :tag => '2.0.0' }
s.source = {:git => 'https://github.com/Augustyniak/RATreeView.git', :tag => '2.0.1' }
s.platform = :ios, '5.0'
s.source_files = 'RATreeView/RATreeView/**/*.{h,m}'
s.public_header_files = 'RATreeView/RATreeView/RATreeView.h'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Installation
1. Add additional entry to your Podfile.

```ruby
pod "RATreeView", "~> 2.0.0"
pod "RATreeView", "~> 2.0.1"
```

2. Install Pod(s) running `pod install` command.
Expand All @@ -55,7 +55,7 @@ Usage
-----------------


Check out the demo for example usage of library. Make sure you read the [RATreeView documentation on Cocoa Docs](http://cocoadocs.org/docsets/RATreeView/2.0.0).
Check out the demo for example usage of library. Make sure you read the [RATreeView documentation on Cocoa Docs](http://cocoadocs.org/docsets/RATreeView/2.0.1).


### Basics
Expand Down Expand Up @@ -110,7 +110,7 @@ Check out the demo for example usage of library. Make sure you read the [RATreeV
Documentation
-----------------
Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/RATreeView/2.0.0).
Documentation is available on [CocoaPods](http://cocoadocs.org/docsets/RATreeView/2.0.1).
TODO
-----------------
Expand Down

0 comments on commit eb1f4df

Please sign in to comment.