Skip to content

Commit

Permalink
Added latest version of KKGridView
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Oct 28, 2012
1 parent d5ef0de commit 086fba2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions KKGridView/0.6.8.2/KKGridView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit 086fba2

Please sign in to comment.