Update podspec to support resource bundle

This commit is contained in:
Roman Efimov
2015-01-29 12:37:02 -08:00
parent 7f7d467459
commit 2bf1397a05
154 changed files with 3897 additions and 1297 deletions

View File

@@ -8,13 +8,14 @@ Pod::Spec.new do |s|
:tag => s.version.to_s }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '6.0'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'RETableViewManager/Cells', 'RETableViewManager/Items', 'RETableViewManager'
s.public_header_files = 'RETableViewManager/Cells/*.h', 'RETableViewManager/*.h', 'RETableViewManager/Items/*.h'
s.resources = 'RETableViewManager/RETableViewManager.bundle'
s.resource_bundle = { 'RETableViewManager' => 'RETableViewManager/Resources/*' }
s.preserve_paths = 'RETableViewManager/Resources'
s.ios.deployment_target = '6.0'
s.ios.deployment_target = '7.0'
s.dependency 'REFormattedNumberField', '~> 1.1.5'
s.dependency 'REValidation', '~> 0.1.4'