Skip to content

Commit

Permalink
Updated podspec to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS authored and CooperRS committed Dec 29, 2013
1 parent f5e44f6 commit 30e2d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "0.9"
s.version = "1.0.0"
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" => "CooperRS@yasit.net" }
s.source = { :git => "https://github.com/CooperRS/RMMultipleViewsController.git", :tag => "0.9" }
s.author = { "CooperRS" => "rm@cooperrs.de" }
s.source = { :git => "https://github.com/CooperRS/RMMultipleViewsController.git", :tag => "1.0.0" }
s.source_files = 'RMMultipleViewsController/*'
s.platform = :ios, '7.0'
s.requires_arc = true
Expand Down

0 comments on commit 30e2d67

Please # to comment.