- Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathDynamicButton.podspec
More file actions
Latest commit
20 lines (17 loc) · 772 Bytes
/
Copy pathDynamicButton.podspec
File metadata and controls
20 lines (17 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name='DynamicButton'
s.version='6.2.1'
s.license='MIT'
s.summary='Yet another animated flat buttons in Swift'
s.homepage='https://github.com/yannickl/DynamicButton.git'
s.social_media_url='https://twitter.com/yannickloriot'
s.authors={'Yannick Loriot'=>'contact@yannickloriot.com'}
s.source={:git=>'https://github.com/yannickl/DynamicButton.git',:tag=>s.version}
s.screenshot='http://yannickloriot.com/resources/dynamicbutton.gif'
s.ios.deployment_target='8.0'
s.tvos.deployment_target='9.0'
s.ios.framework='UIKit'
s.tvos.framework='UIKit'
s.source_files='Sources/**/*.swift'
s.requires_arc=true
end