Files
JBChartView/Fingertips/0.2.0/Fingertips.podspec
T
2013-02-12 18:11:28 -08:00

32 lines
830 B
Ruby

Pod::Spec.new do |f|
f.name = 'Fingertips'
f.version = '0.2.0'
f.summary = 'Touch indicators on external displays for iOS applications.'
f.description = 'A UIWindow subclass that gives you automatic presentation mode in your iOS app.'
f.homepage = 'http://github.com/developmentseed/fingertips'
f.license = 'BSD'
f.author = { 'MapBox' => 'ios@mapbox.com' }
f.source = { :git => 'https://github.com/developmentseed/fingertips.git', :tag => '0.2.0' }
f.platform = :ios, '5.0'
f.source_files = '*.{h,m}'
f.requires_arc = true
f.documentation = {
:appledoc => [
'--project-company', 'MapBox',
'--docset-copyright', 'MapBox',
'--no-keep-undocumented-objects',
'--no-keep-undocumented-members',
'--ignore', '.m',
]
}
f.framework = 'UIKit'
end