a768227cb6
This pod was deprecated by the author as below: https://github.com/kolinkrewinkel/KKGridView/blob/master/README.md "Deprecated In iOS 6, Apple has now created a first-party solution to what KKGridView tries to solve. See Session 219 from WWDC 2012 for more information."
24 lines
990 B
Ruby
24 lines
990 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'KKGridView'
|
|
s.version = '0.0.1'
|
|
s.license = 'MIT'
|
|
s.platform = :ios
|
|
s.summary = '[deprecated] A high-performance iOS grid view.'
|
|
s.homepage = 'https://github.com/kolinkrewinkel/KKGridView'
|
|
s.authors = { 'Kolin Krewinkel' => 'kolin.krewinkel@me.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.0.1' }
|
|
s.source = { :git => 'https://github.com/kolinkrewinkel/KKGridView.git', :commit => '92324e1b06c9ea598c302dd3e97bbe557ac091fd' }
|
|
|
|
s.source_files = 'KKGridView'
|
|
|
|
s.library = 'stdc++'
|
|
s.framework = 'QuartzCore'
|
|
s.requires_arc = true
|
|
end
|