19 lines
1.0 KiB
Ruby
19 lines
1.0 KiB
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'GMGridView'
|
|
s.version = '0.0.1'
|
|
s.platform = :ios
|
|
s.license = 'MIT'
|
|
s.summary = 'A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures and pinching/rotating/panning.'
|
|
s.description = 'A performant Grid-View for iOS (iPhone/iPad) that allows ' \
|
|
'sorting of views with gestures (the user can move the items ' \
|
|
'with his finger to sort them) and pinching/rotating/panning ' \
|
|
'gestures allow the user to play with the view and toggle from ' \
|
|
'the cellview to a fullsize display.'
|
|
s.homepage = 'https://github.com/gmoledina/GMGridView'
|
|
s.author = { 'Gulam Moledina' => 'http://www.gmoledina.ca/' }
|
|
s.source = { :git => 'https://github.com/gmoledina/GMGridView.git', :commit => '215900fa5468992e0a2e86054f0fa53235dff726' }
|
|
s.source_files = 'GMGridView/API'
|
|
s.requires_arc = true
|
|
s.frameworks = 'QuartzCore'
|
|
end
|