Skip to content

Commit

Permalink
Fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Sep 8, 2017
1 parent 42cf015 commit 255eace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PulsingHalo.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "PulsingHalo"
s.version = "0.2.7"
s.version = "0.2.8"
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.platform = :ios
s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.7" }
s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.8" }
s.source_files = 'PulsingHalo/*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true
Expand Down

0 comments on commit 255eace

Please sign in to comment.