forked from zackhsuan/ZKPulseView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/Add_Podspec' into develop
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "ZKPulseView" | ||
s.version = "0.0.3" | ||
s.summary = "Simple iOS UIView Category to create a Pulse (Breathing light) Effect on your needs" | ||
|
||
s.description = <<-DESC | ||
Display a pulse within a UIView | ||
* Think: Why did you write this? What is the focus? What does it do? | ||
* CocoaPods will be using this to generate tags, and improve search results. | ||
* Try to keep it short, snappy and to the point. | ||
* Finally, don't worry about the indent, CocoaPods strips it! | ||
DESC | ||
|
||
s.homepage = "https://github.com/Oggerschummer/ZKPulseView" | ||
s.platform = :ios | ||
s.source = { :git => "https://github.com/Oggerschummer/ZKPulseView/Class", :tag => "0.0.3" } | ||
s.source_files = "SuperLogger" | ||
s.frameworks = "Foundation", "UIKit", "MessageUI" | ||
s.requires_arc = yes | ||
|
||
end |