Skip to content

Commit

Permalink
Merge pull request #554 from ahmet/master
Browse files Browse the repository at this point in the history
Add AALaunchTransition
  • Loading branch information
orta committed Sep 29, 2012
2 parents 1821b0f + 3863603 commit d47dfd8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AALaunchTransition/0.1.0/AALaunchTransition.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AALaunchTransition"
s.version = "0.1.0"
s.platform = :ios
s.summary = "Simple framework to let your application's launch image fade-out to its initial view."
s.homepage = "https://github.com/ahmet/AALaunchTransition"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ahmet AYGÜN" => "me@ahmetaygun.net" }
s.source = { :git => "https://github.com/ahmet/AALaunchTransition.git", :tag => "v0.1.0" }
s.source_files = 'AALaunchTransition/*.{h,m}'
s.requires_arc = true
end

0 comments on commit d47dfd8

Please sign in to comment.