Skip to content

Commit

Permalink
bringing in CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxAIRINxxx committed Sep 21, 2015
1 parent f1b6355 commit 243fcd5
Show file tree
Hide file tree
Showing 15 changed files with 560 additions and 7 deletions.
23 changes: 23 additions & 0 deletions ARNTransitionAnimator.podspec
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
Loading

0 comments on commit 243fcd5

Please sign in to comment.