Files
JBChartView/MDAboutController/0.7/MDAboutController.podspec
T
2013-02-26 11:24:16 -08:00

15 lines
541 B
Ruby

Pod::Spec.new do |s|
s.name = 'MDAboutController'
s.version = '0.7'
s.license = 'MIT'
s.platform = :ios
s.summary = 'Automatically populated about view controller for iOS apps!.'
s.homepage = 'http://mochidev.com/open'
s.author = { 'Dimitri Bouniol' => 'dimitribouniol@mochidev.com' }
s.source = { :git => 'https://github.com/mochidev/MDAboutController.git',
:tag => '0.7' }
s.source_files = 'Classes/*.{h,m}'
s.resources = 'Images/*.png'
s.frameworks = 'UIKit' , 'MessageUI'
end