Skip to content

Commit

Permalink
added AFJSONPRequestOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
acerbetti committed Jan 22, 2013
1 parent 29a942e commit 29a8cca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AFCSVRequestOperation/1.0.0/AFCSVRequestOperation.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'AFCSVRequestOperation' s.name = 'AFCSVRequestOperation'
s.version = '1.0.0' s.version = '1.0.0'
s.homepage = 'https://github.com/AFNetworking/AFKissXMLRequestOperation' s.homepage = 'https://github.com/acerbetti/AFCSVRequestOperation'
s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' } s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' }
s.license = { :type => 'MIT', :file => 'LICENSE' } s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'An extension for AFNetworking that provides an interface to parse CSV using CHCSVParser.' s.summary = 'An extension for AFNetworking that provides an interface to parse CSV using CHCSVParser.'
Expand Down
14 changes: 14 additions & 0 deletions AFJSONPRequestOperation/1.0.0/AFJSONPRequestOperation.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AFJSONPRequestOperation'
s.version = '1.0.0'
s.homepage = 'https://github.com/acerbetti/AFJSONPRequestOperation'
s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' }
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/AFJSONPRequestOperation.git', :tag => 'v1.0.0' }
s.source_files = 'AFJSONPRequestOperation.{h,m}'
s.dependency 'AFNetworking'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.requires_arc = true
end

0 comments on commit 29a8cca

Please sign in to comment.