Skip to content

Commit

Permalink
Updated .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zdavison committed Oct 8, 2013
1 parent dfba4f0 commit 6f09d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSString+Ruby.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "NSString+Ruby"
s.version = "1.0a"
s.version = "1.0b"
s.summary = "NSString category providing common Ruby String methods."
s.homepage = "https://github.com/zdavison/NSString-Ruby"
s.license = 'MIT'
s.author = { "zdavison" => "zac.developer@gmail.com" }
s.source = { :git => "https://github.com/zdavison/NSString-Ruby.git", :tag => "v1.0a" }
s.source = { :git => "https://github.com/zdavison/NSString-Ruby.git", :tag => "v1.0b" }
s.source_files = 'NSString+Ruby/NSString+Ruby.{h,m}'
s.public_header_files = 'NSString+Ruby/NSString+Ruby.h'
s.requires_arc = true
Expand Down

0 comments on commit 6f09d15

Please sign in to comment.