-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathDynamicButton.podspec
More file actions
20 lines (17 loc) · 772 Bytes
/
DynamicButton.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.new do |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