Skip to content

Commit

Permalink
Updated podspec to use version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed May 11, 2015
1 parent 257abca commit a9fe050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RMActionController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.screenshots = "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait.png", "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Landscape.png", "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait-Black.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Roland Moers" => "[email protected]" }
s.source = { :git => "https://github.com/CooperRS/RMActionController.git" }
s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.0.0" }
s.source_files = 'RMActionController/*'
s.platform = :ios, '8.0'
s.requires_arc = true
Expand Down

0 comments on commit a9fe050

Please sign in to comment.