Skip to content

Commit

Permalink
added Fingertips 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Feb 13, 2013
1 parent bda0529 commit 2f429c7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Fingertips/0.2.0/Fingertips.podspec
@@ -0,0 +1,32 @@
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

0 comments on commit 2f429c7

Please sign in to comment.