Skip to content

Instantly share code, notes, and snippets.

@klaaspieter
Last active December 16, 2015 06:59
Show Gist options
  • Save klaaspieter/5395449 to your computer and use it in GitHub Desktop.
Save klaaspieter/5395449 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'CountryPicker'
s.version = '1.0.1'
s.license = { :file => 'LICENCE.md' }
s.homepage = 'https://github.com/nicklockwood/CountryPicker'
s.authors = { 'Nick Lockwood' => '[email protected]' }
s.summary = 'CountryPicker is a custom UIPickerView subclass that provides an iOS control allowing a user to select a country from a list..'
s.source = { :git => 'https://github.com/nicklockwood/CountryPicker.git', :tag => '1.0.1' }
s.source_files = 'CountryPicker/*.{h,m}'
s.resources = ['CountryPicker/Countries.plist', 'Flags/*.png']
s.requires_arc = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment