Files
JBChartView/KKGridView/0.0.1/KKGridView.podspec
T
weed a768227cb6 added "deprecated" to pod description
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."
2012-08-31 14:27:25 +09:00

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