Skip to content

Commit

Permalink
[Update] RETableViewManager (1.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Aug 14, 2013
1 parent 6e0cd66 commit df909d8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RETableViewManager/1.1.2/RETableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'RETableViewManager'
s.version = '1.1.2'
s.authors = { 'Roman Efimov' => '[email protected]' }
s.homepage = 'https://github.com/romaonthego/RETableViewManager'
s.summary = 'Powerful data driven content manager for UITableView.'
s.source = { :git => 'https://github.com/romaonthego/RETableViewManager.git',
:tag => '1.1.2' }
s.license = { :type => "MIT", :file => "LICENSE" }

s.platform = :ios, '6.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.ios.deployment_target = '6.0'

s.dependency 'REFormattedNumberField', '~> 1.0.4'
end

0 comments on commit df909d8

Please sign in to comment.