Files
JBChartView/PINView/0.1.0/PINView.podspec
T
2012-08-07 00:30:23 +02:00

14 lines
494 B
Ruby

Pod::Spec.new do |s|
s.name = 'PINView'
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'Gives you a drop-in PIN code entry screen that looks like the entry screen seen in Settings.app.'
s.homepage = 'https://github.com/guicocoa/pinview'
s.author = { 'Caleb Davenport' => 'caleb@guicocoa.com' }
s.source = { :git => 'https://github.com/guicocoa/pinview.git', :tag => '0.1' }
s.platform = :ios
s.source_files = 'pinview'
s.resources = "pinview/*.{png,xib}"
end