Skip to content

Commit

Permalink
Updated pod spec to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed May 17, 2014
1 parent 45774bd commit ee49e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is an iOS control for showing multiple view controller in one view controll
###CocoaPods
```ruby
platform :ios, '7.0'
pod "RMMultipleViewsController", "~> 1.0.0"
pod "RMMultipleViewsController", "~> 1.0.1"
```

##Usage
Expand Down
4 changes: 2 additions & 2 deletions RMMultipleViewsController.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "RMMultipleViewsController"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "This is an iOS control for showing multiple view controller in one view controller and selecting one with a segmented control"
s.homepage = "https://github.com/CooperRS/RMMultipleViewsController"
s.screenshots = "http://cooperrs.github.io/RMMultipleViewsController/Images/Screen1.png", "http://cooperrs.github.io/RMMultipleViewsController/Images/Screen2.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "CooperRS" => "rm@cooperrs.de" }
s.source = { :git => "https://github.com/CooperRS/RMMultipleViewsController.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/CooperRS/RMMultipleViewsController.git", :tag => "1.0.1" }
s.source_files = 'RMMultipleViewsController/*'
s.platform = :ios, '7.0'
s.requires_arc = true
Expand Down

0 comments on commit ee49e39

Please # to comment.