Add UIAnimatedTextField.podspec

This commit is contained in:
Ivan Zinovyev 2016-12-23 14:32:30 +03:00
parent ea8aca045a
commit 5de482459b
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'UIAnimatedTextField'
s.version = '0.1.7'
s.summary = 'UIAnimatedTextField'
s.description = <<-DESC
Animated text field
DESC
s.homepage = 'https://github.com/TouchInstinct/UIAnimatedTextField'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = "Touch Instinct"
s.source = { :git => 'https://github.com/TouchInstinct/UIAnimatedTextField.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'UIAnimatedTextField/Source/**/*'
s.frameworks = 'UIKit'
end