mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-15 10:37:55 +08:00
Add REFormattedNumberField as a dependency
This commit is contained in:
17
RETableViewManagerExample/Pods/REFormattedNumberField/REFormattedNumberField.podspec
generated
Normal file
17
RETableViewManagerExample/Pods/REFormattedNumberField/REFormattedNumberField.podspec
generated
Normal 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
|
||||
Reference in New Issue
Block a user