Skip to content

Commit

Permalink
Merge pull request CocoaPods#1073 from acerbetti/master
Browse files Browse the repository at this point in the history
new podspec for AFCSVRequestOperation 1.0.0
  • Loading branch information
acerbetti committed Jan 19, 2013
2 parents 3d7726f + 1322592 commit 6c73501
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions AFCSVRequestOperation/1.0.0/AFCSVRequestOperation.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'AFCSVRequestOperation'
s.version = '1.0.0'
s.homepage = 'https://github.com/AFNetworking/AFKissXMLRequestOperation'
s.author = { 'Stefano Acerbetti' => '[email protected]' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'An extension for AFNetworking that provides an interface to parse CSV using CHCSVParser.'
s.source = { :git => 'https://github.com/acerbetti/AFCSVRequestOperation.git', :tag => 'v1.0.0' }
s.source_files = 'AFCSVRequestOperation.{h,m}'
s.dependency 'AFNetworking'
s.dependency 'CHCSVParser'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.requires_arc = true
end

0 comments on commit 6c73501

Please sign in to comment.