forked from gmoledina/GMGridView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGMGridView.podspec
More file actions
17 lines (17 loc) · 823 Bytes
/
GMGridView.podspec
File metadata and controls
17 lines (17 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'GMGridView'
s.version = '1.1.2'
s.platform = :ios
s.license = 'MIT'
s.summary = 'A performant Grid-View for iOS (iPhone/iPad).'
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_files = 'GMGridView/*.{h,m}'
s.requires_arc = true
s.frameworks = 'QuartzCore'
end