Add REFormattedNumberField as a dependency

This commit is contained in:
Roman Efimov
2013-04-02 10:19:23 -05:00
parent d1a3e64c45
commit 29da1eebee
15 changed files with 1005 additions and 764 deletions

View File

@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'REFormattedNumberField'
s.version = '1.0.2'
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
s.homepage = 'https://github.com/romaonthego/REFormattedNumberField'
s.summary = 'UITextField subclass that allows number input in a predefined format.'
s.source = { :git => 'https://github.com/romaonthego/REFormattedNumberField.git',
:tag => '1.0.2' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'REFormattedNumberField'
s.public_header_files = 'REFormattedNumberField/*.h'
s.ios.deployment_target = '5.0'
end