-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallClipR otateMultiple.swift NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallClipR otatePulse.swift NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallPulse Rise.swift NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallSpinF adeLoader.swift NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallZigZa g.swift NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallZigZa gDeflect.swift NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationLineSpinF adeLoader.swift NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationSquareSpi n.swift NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationTriangleS kewSpin.swift NVActivityIndicatorView/NVActivityIndicatorShape.swift NVActivityIndicatorView/NVActivityIndicatorView.swift
- Loading branch information
Showing
14 changed files
with
157 additions
and
117 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
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,40 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
|
||
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
||
s.name = "NVActivityIndicatorView" | ||
s.version = "1.1" | ||
s.version = "1.3" | ||
s.summary = "A collection of nice loading animations" | ||
|
||
s.homepage = "https://github.com/ninjaprox/NVActivityIndicatorView" | ||
s.screenshots = "https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif" | ||
|
||
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
||
s.license = { :type => "MIT" } | ||
|
||
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
||
s.author = { "Nguyen Vinh" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/ninjaprox" | ||
|
||
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
||
s.platform = :ios, '8.0' | ||
|
||
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
||
s.source = { :git => "https://github.com/ninjaprox/NVActivityIndicatorView.git", :tag => "v1.1" } | ||
|
||
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
||
s.source = { :git => "https://github.com/ninjaprox/NVActivityIndicatorView.git", :tag => "v1.3" } | ||
s.source_files = "NVActivityIndicatorView/**/*.swift" | ||
|
||
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
s.frameworks = "UIKit", "QuartzCore" | ||
|
||
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
||
s.requires_arc = true | ||
|
||
end |
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
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
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
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
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
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
Oops, something went wrong.