Skip to content

Commit

Permalink
podspec to 0.0.1 to reflect pods
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom committed Jul 22, 2013
1 parent d002b0a commit 0edb44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNBlurModalView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "RNBlurModalView"
s.version = "0.1.0"
s.version = "0.0.1"
s.summary = "Add depth to your alerts."
s.homepage = "https://github.com/rnystrom/RNBlurModalView"
s.license = 'MIT'
s.author = { 'Ryan Nystrom' => 'rnystrom«whoisryannystrom.com' }

s.source = { :git => "https://github.com/rnystrom/RNBlurModalView.git", :tag => '0.1.0' }
s.source = { :git => "https://github.com/rnystrom/RNBlurModalView.git", :tag => '0.0.1' }
s.platform = :ios, '5.0'

s.source_files = 'RNBlurModalView.{h,m}'
Expand Down

0 comments on commit 0edb44e

Please sign in to comment.