-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update screenshot - update iOS min deployment target to 8.0
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AutoScrollLabel' | ||
s.version = '0.4.3' | ||
s.version = '0.4.4' | ||
s.summary = 'A marquee like scrolling UILabel, think iPod track title scrolling. Provides edge fading, speed adjustment, scroll direction, etc.' | ||
s.homepage = 'https://github.com/cbess/AutoScrollLabel' | ||
|
||
s.license = { :type => 'MIT', :file => 'LICENSE.txt' } | ||
s.author = { 'Christopher Bess' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.4.3' } | ||
s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.4.4' } | ||
|
||
s.ios.deployment_target = '7.0' | ||
s.ios.deployment_target = '8.0' | ||
s.tvos.deployment_target = '9.0' | ||
|
||
s.requires_arc = true | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.