Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update PunchScrollView 1.0.1.
  • Loading branch information
lexrus committed Feb 7, 2013
1 parent 2156225 commit c7405ba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions PunchScrollView/1.0.1/PunchScrollView.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'PunchScrollView'
s.version = '1.0.1'
s.summary = 'PunchScrollView is a iOS ScrollView framework which works like the UITableView.'
s.homepage = 'https://github.com/tapwork/PunchScrollView'
s.author = { 'Christian Menschel' => 'http://www.tapwork.de' }

s.license = 'MIT'

s.source = { :git => 'https://github.com/tapwork/PunchScrollView.git', :tag => '1.0.1' }

s.platform = :ios
s.source_files = 'PunchScrollView.{h,m}'

end

0 comments on commit c7405ba

Please sign in to comment.