Skip to content

Instantly share code, notes, and snippets.

@blazingpair
Created November 29, 2012 07:51
Show Gist options
  • Save blazingpair/4167453 to your computer and use it in GitHub Desktop.
Save blazingpair/4167453 to your computer and use it in GitHub Desktop.
OpenUDID pod with fixed 2 warnings
Pod::Spec.new do |s|
s.name = 'OpenUDID'
s.version = '1.0.1'
s.summary = 'Open source initiative for a universal and persistent UDID solution for iOS..'
s.homepage = 'http://OpenUDID.org'
s.author = { 'Yann Lechelle' => 'ylechelle@gmail.com' }
s.source = { :git => 'https://github.com/ylechelle/OpenUDID.git', :commit => 'a3840eb144b13d629c45da107b3aa7d9773059d0' }
s.description = 'Open source initiative for a universal and persistent UDID solution for iOS.'
s.platform = :ios
s.source_files = '*.{h,m}'
end
@blazingpair
Copy link
Author

This spec is cloned from version 1.0.0 and changed commit to point to ylechelle/OpenUDID@a3840eb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment