Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #13 from shekibobo/patch-1
Fix arc podspec
  • Loading branch information
nfarina committed Jan 22, 2013
2 parents 8f5dc4e + fc6d9c0 commit 4830239
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SMXMLDocument.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "SMXMLDocument" s.name = "SMXMLDocument"
s.version = "1.0" s.version = "1.0.1"
s.summary = "A lightweight XML Document class for iOS." s.summary = "A lightweight XML Document class for iOS."
s.description = <<-DESC s.description = <<-DESC
SMXMLDocument is a very handy lightweight XML parser for iOS. SMXMLDocument is a very handy lightweight XML parser for iOS.
Expand All @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/nfarina/xmldocument" s.homepage = "https://github.com/nfarina/xmldocument"
s.license = 'MIT License' s.license = 'MIT License'
s.author = { "Nick Farina" => "nfarina@gmail.com" } s.author = { "Nick Farina" => "nfarina@gmail.com" }
s.source = { :git => "https://github.com/nfarina/webrequest.git", :tag => "1.0" } s.source = { :git => "https://github.com/nfarina/xmldocument.git", :tag => s.version.to_s }
s.platform = :ios s.platform = :ios
s.source_files = 'SMWebRequest.{h,m}' s.source_files = 'SMXMLDocument.{h,m}'
s.requires_arc = false s.requires_arc = true
end end

0 comments on commit 4830239

Please sign in to comment.