Skip to content

Commit

Permalink
Merge pull request #5 from Oggerschummer/master
Browse files Browse the repository at this point in the history
Podspec file: Author information & license type updated.
  • Loading branch information
zackhsuan authored Oct 14, 2018
2 parents d54261b + 235bef8 commit 883a18b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ZKPulseView.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Pod::Spec.new do |s|

s.name = "ZKPulseView"
s.version = "0.0.3"
s.version = "0.0.4"
s.summary = "Simple iOS UIView Category to create a Pulse (Breathing light) Effect on your needs"

s.author = { "Zack Chung" => "zackhsuan@gmail.com" }

s.license = { :type => "MIT", :file => "LICENSE" }

s.description = <<-DESC
Display a pulse within a UIView
Expand All @@ -15,8 +19,8 @@ Pod::Spec.new do |s|

s.homepage = "https://github.com/Oggerschummer/ZKPulseView"
s.platform = :ios
s.source = { :git => "https://github.com/Oggerschummer/ZKPulseView.git", :tag => "0.0.3" }
s.source_files = 'ZKPulseView/Class/*.{h,m}'
s.source = { :git => "https://github.com/Oggerschummer/ZKPulseView.git", :tag => "0.0.4" }
s.source_files = 'ZKPulseView/Class/**/*.{c,h,hh,m,mm}'
s.frameworks = "Foundation", "UIKit", "MessageUI"
s.requires_arc = true

Expand Down

0 comments on commit 883a18b

Please sign in to comment.