Skip to content

Instantly share code, notes, and snippets.

@jk
Created March 19, 2013 11:08
Show Gist options
  • Select an option

  • Save jk/5195294 to your computer and use it in GitHub Desktop.

Select an option

Save jk/5195294 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "BlockRSSParser"
s.version = "1.1"
s.summary = "AFNetworkingXMLRequestOperation based RSS parser."
s.homepage = "https://github.com/tiboll/BlockRSSParser"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Thibaut LE LEVIER" => "[email protected]" }
s.source = { :git => "https://github.com/tiboll/BlockRSSParser.git", :tag => "1.1" }
s.platform = :ios
s.source_files = 'Classes', 'RSSParser/*.{h,m}'
s.dependency 'AFNetworking'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment