forked from xxxAIRINxxx/ARNTransitionAnimator
-
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.
- Loading branch information
1 parent
f1b6355
commit 243fcd5
Showing
15 changed files
with
560 additions
and
7 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,23 @@ | ||
# | ||
# Be sure to run `pod lib lint SwAlert.podspec' to ensure this is a | ||
# valid spec and remove all comments before submitting the spec. | ||
# | ||
# Any lines starting with a # are optional, but encouraged | ||
# | ||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "ARNTransitionAnimator" | ||
s.version = "1.0.0" | ||
s.summary = "Custom transition & interactive transition animator for iOS. written in Swift." | ||
s.homepage = "https://github.com/xxxAIRINxxx/ARNTransitionAnimator" | ||
s.license = 'MIT' | ||
s.author = { "Airin" => "[email protected]" } | ||
s.source = { :git => "https://github.com/xxxAIRINxxx/ARNTransitionAnimator.git", :tag => s.version.to_s } | ||
|
||
s.requires_arc = true | ||
s.platform = :ios, '8.0' | ||
|
||
s.source_files = 'Source/*.swift' | ||
end |
Oops, something went wrong.