-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version 4.0 to surpport Swift 4 and 5
- Loading branch information
cl7
authored and
cl7
committed
Oct 14, 2019
1 parent
70393a1
commit fa8d0d0
Showing
3 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "CLTypingLabel" | ||
s.version = "0.3.0" | ||
s.version = "0.4.0" | ||
s.summary = "UILabel with character by character typing animation in swift iOS/OSX" | ||
|
||
# This description is used to generate tags and improve search results. | ||
|
@@ -19,15 +19,15 @@ Pod::Spec.new do |s| | |
s.description = "iOS/OSX UILabel with character by character typewriter like animation" | ||
|
||
s.homepage = "https://github.com/cl7/CLTypingLabel" | ||
# s.screenshots = "https://raw.githubusercontent.com/l800891/CLTypingLabel/master/Files/demogiff.gif" | ||
# s.screenshots = "https://raw.githubusercontent.com/cl7/CLTypingLabel/master/Files/demogiff.gif" | ||
s.license = 'MIT' | ||
s.author = { "Chenglin" => "[email protected]" } | ||
s.source = { :git => "https://github.com/cl7/CLTypingLabel.git", :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
|
||
s.platform = :ios, '9.0' | ||
s.platform = :ios, '10.0' | ||
s.requires_arc = true | ||
|
||
s.swift_versions = ['4.0', '5.0'] | ||
s.source_files = 'Pod/Classes/*' | ||
|
||
|
||
|
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