- Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy pathDropdownMenu.podspec
More file actions
Latest commit
16 lines (15 loc) · 829 Bytes
/
Copy pathDropdownMenu.podspec
File metadata and controls
16 lines (15 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name='DropdownMenu'
s.version='1.0.0'
s.author={"Nils Mattisson"=>"nils.mattisson@gmail.com"}
s.summary="A dropdown menu for iOS built on modern technologies inspired by the Vine and Dropbox iOS7 apps."
s.homepage="https://github.com/nmattisson/DropdownMenu"
s.screenshots="https://raw.github.com/nmattisson/DropdownMenu/master/Screenshots/DropdownMenu.png","https://raw.github.com/nmattisson/DropdownMenu/master/Screenshots/DropdownMenu.gif"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.source={:git=>'https://github.com/nmattisson/DropdownMenu.git',
:tag=>'1.0.0'}
s.platform=:ios,'5.0'
s.ios.deployment_target='5.0'
s.requires_arc=true
s.source_files='DropdownMenu/**/*.{h,m}'
end