Skip to content

Instantly share code, notes, and snippets.

@AlexDenisov
Created July 16, 2012 16:28
Show Gist options
  • Save AlexDenisov/3123622 to your computer and use it in GitHub Desktop.
Save AlexDenisov/3123622 to your computer and use it in GitHub Desktop.
Podspec for NRGridView
Pod::Spec.new do |s|
s.name = 'NRGridView'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'NRGidView'
s.homepage = 'https://github.com/ldesroziers/NRGridView'
s.author = { 'Louka Desroziers' => '[email protected]' }
s.source = { :git => 'https://github.com/ldesroziers/NRGridView.git',
:commit => '96902715fead052d8aac36505e125c91053c0855' }
s.platform = :ios
s.source_files = 'NRGridView/NRGridViewController/*.{m,h}', 'NRGridView/NRGridView/*.{m,h}'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment