Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavlt committed Aug 24, 2015
1 parent 729e92c commit b06bf3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LiquidLoader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
Pod::Spec.new do |s|
s.name = "LiquidLoader"
s.version = "0.1.0"
s.summary = "A short description of LiquidLoader."
s.summary = "Loader UI components with liquid animation"

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
Loader UI components with liquid animation inspired by Spinner Loader - Gooey light Effect
DESC

s.homepage = "https://github.com/<GITHUB_USERNAME>/LiquidLoader"
s.homepage = "https://github.com/yoavlt/LiquidLoader"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Takuma Yoshida" => "[email protected]" }
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/LiquidLoader.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/yoavlt/LiquidLoader.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.platform = :ios, '8.0'
Expand Down

0 comments on commit b06bf3d

Please sign in to comment.