forked from kolinkrewinkel/KKGridView
-
Notifications
You must be signed in to change notification settings - Fork 1
/
KKGridView.podspec
22 lines (20 loc) · 899 Bytes
/
KKGridView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'KKGridView'
s.version = '0.6.8.2'
s.license = 'MIT'
s.platform = :ios
s.summary = 'Gridview for iOS.'
s.homepage = 'https://github.com/kolinkrewinkel/KKGridView'
s.authors = { 'Kolin Krewinkel' => 'kolin@kolinkrewinkel.com',
'Giulio Petek' => 'gi-lo@touch-mania.com',
'Jonathan Sterling' => 'jonsterling@me.com',
'Kyle Hickinson' => 'kyle.hickinson@gmail.com',
'Matthias Tretter' => 'matthias.tretter@gmail.com',
'Peter Steinberger' => 'me@petersteinberger.com' }
s.source = { :git => 'https://github.com/kolinkrewinkel/KKGridView.git', :tag => '0.6.8.2' }
s.source_files = 'KKGridView'
s.clean_paths = 'Examples', 'KKGridView.xcodeproj', 'Resources'
s.library = 'stdc++'
s.framework = 'QuartzCore'
s.requires_arc = true
end