Skip to content

Instantly share code, notes, and snippets.

@a2
Created August 2, 2013 19:23
Show Gist options
  • Save a2/6142648 to your computer and use it in GitHub Desktop.
Save a2/6142648 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "ChimpKit2"
s.version = "0.1.1"
s.homepage = "https://github.com/mailchimp/ChimpKit2"
s.summary = "MailChimp API Wrapper with support for API 1.3."
s.license = 'MIT'
s.author = { "Amro Mousa" => "amromousa@gmail.com" }
s.source = { :git => "https://github.com/mailchimp/ChimpKit2.git", :branch => "master" }
s.platform = :ios, '5.0'
s.source_files = 'Core/Classes/*.{h,m}'
s.resource = 'Core/Nibs/CKAuthViewController.xib'
s.framework = 'UIKit'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment