- Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathBFPageControl.podspec
More file actions
Latest commit
12 lines (12 loc) · 534 Bytes
/
Copy pathBFPageControl.podspec
File metadata and controls
12 lines (12 loc) · 534 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name='BFPageControl'
s.version='1.0.1'
s.license='MIT'
s.summary='BFPageControl is a page control for Mac OS X. Most of the methods are derived from the UIPageControl class in iOS.'
s.homepage='https://github.com/bfolder/BFPageControl'
s.authors={'Heiko Dreyer'=>'mail@boxedfolder.com'}
s.source={:git=>'https://github.com/bfolder/BFPageControl.git',:tag=>'1.0.1'}
s.source_files='BFPageControl/**/*.{h,m}'
s.requires_arc=true
s.osx.deployment_target='10.7'
end