Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
z-four committed May 9, 2020
1 parent 544f30f commit 1a3822f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Gatti.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#

Pod::Spec.new do |s|
s.swift_version = '4.2'
s.swift_version = '5.0'
s.name = 'Gatti'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'Flying caret library for UITextField.'

# This description is used to generate tags and improve search results.
Expand All @@ -18,26 +18,21 @@ Pod::Spec.new do |s|
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.description = 'Library that provides a means to animate cursor moves between text fields.'

s.homepage = 'https://github.com/z-four/Gatti'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'z-four' => 'zfour.apps@gmail.com' }
s.source = { :git => 'https://github.com/z-four/Gatti.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '10.0'

s.source_files = 'Gatti/Classes/**/*'

# s.resource_bundles = {
# 'Gatti' => ['Gatti/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 1a3822f

Please sign in to comment.