Created
July 16, 2012 16:28
-
-
Save AlexDenisov/3123622 to your computer and use it in GitHub Desktop.
Podspec for NRGridView
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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