-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSubmitButton.podspec
More file actions
16 lines (13 loc) · 929 Bytes
/
SubmitButton.podspec
File metadata and controls
16 lines (13 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'SubmitButton'
s.version = '0.2.4'
s.summary = 'SubmitButton library provides a better user interation for a submit button.'
s.description = 'Submitbutton library provide a new catching user interface for a submit button. This library is written in Swift 3. From now on, anytime the user clicks on the button that involves addressing to the server, they will see the animation that informs them of the progress and completion.'
s.homepage = 'https://github.com/jagajithmk/SubmitButton'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Jagajith M Kalarickal' => 'jagajithmk@gmail.com' }
s.source = { :git => 'https://github.com/jagajithmk/SubmitButton.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'SubmitButton/Classes/**/*'
s.frameworks = 'UIKit'
end