-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lucas Ortis
committed
Mar 1, 2016
1 parent
6eb7c85
commit f492722
Showing
1 changed file
with
15 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Translucid" | ||
s.version = "0.0.1" | ||
s.summary = "Amazing text animated by an image, written in swift." | ||
|
||
s.description = "Simple and light weight UIView that animate text with an image." | ||
|
||
s.homepage = "https://github.com/Ekhoo/Translucid" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Lucas Ortis" => "[email protected]" } | ||
s.platform = :ios, "8.0" | ||
s.source = { :git => "https://github.com/Ekhoo/Translucid.git", :tag => s.version.to_s } | ||
s.source_files = "Source/*.swift" | ||
s.requires_arc = true | ||
end |