Files
JBChartView/Typewriter/0.0.2/Typewriter.podspec
T
2012-10-31 14:13:13 +00:00

14 lines
493 B
Ruby

Pod::Spec.new do |s|
s.name = 'Typewriter'
s.version = '0.0.2'
s.license = 'MIT'
s.platform = :ios, '6.0'
s.summary = 'Provides the ability to enter text by simulating key presses.'
s.homepage = 'https://github.com/rdavies/Typewriter'
s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' }
s.source = { :git => 'https://github.com/rdavies/Typewriter.git', :tag => '0.0.2' }
s.source_files = 'Typewriter/*.{h,m}'
s.requires_arc = true
s.dependency 'Handsy', '~> 0.0.1'
end