Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Jul 3, 2020
1 parent 3e6b2fe commit 40fb22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PulsingHalo.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "PulsingHalo"
s.version = "0.2.9"
s.version = "0.2.10"
s.platform = :ios
s.ios.deployment_target = '8.0'
s.summary = "iOS Component to create Pulsating Animations."
s.homepage = "https://github.com/shu223/PulsingHalo"
s.license = 'MIT'
s.author = { "shu223" => "shuichi0526@gmail.com" }
s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.9" }
s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.10" }
s.source_files = 'PulsingHalo/*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true
Expand Down

0 comments on commit 40fb22d

Please sign in to comment.