Files
JBChartView/PSPushPopPressView/0.0.1/PSPushPopPressView.podspec
T
2012-06-27 14:33:50 +02:00

14 lines
608 B
Ruby

Pod::Spec.new do |s|
s.name = 'PSPushPopPressView'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'Zoom, Rotate, Drag ? everything at the same time. A view-container for direct manipulation, inspired by Our Choice from Push Pop Press'
s.homepage = 'http://petersteinberger.com'
s.author = { 'Peter Steinberger' => 'steipete@gmail.com' }
s.source = { :git => 'https://github.com/steipete/PSPushPopPressView.git', :commit => 'efbf8d6e53a28b73cee60d0fe50130affbeafc27' }
s.platform = :ios
s.source_files = 'PSPushPopPressView.{h,m}'
s.framework = 'UIKit' , 'QuartzCore'
end