Permalink
Please sign in to comment.
Showing
with
15 additions
and 0 deletions.
@@ -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