Skip to content

Instantly share code, notes, and snippets.

@djbe
Created November 12, 2013 17:55
Show Gist options
  • Save djbe/7435522 to your computer and use it in GitHub Desktop.
Save djbe/7435522 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'RRBaseInternationalization'
s.version = '0.0.1'
s.summary = 'iOS6 Base Internationalization backport to iOS5.'
s.homepage = 'https://github.com/RolandasRazma/RRBaseInternationalization'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Rolandas Razma'
s.source = { :git => 'https://github.com/RolandasRazma/RRBaseInternationalization.git' }
s.platform = :ios, '5.1'
s.source_files = '*.{h,m}'
s.public_header_files = '*.h'
s.frameworks = 'UIKit'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment