Skip to content

Commit

Permalink
Add YISplashScreen 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inamiy committed Apr 20, 2013
1 parent 5d1a5b1 commit f55694d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions YISplashScreen/1.0.0/YISplashScreen.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'YISplashScreen'
s.version = '1.0.0'
s.license = { :type => 'Beerware', :text => 'If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.' }
s.homepage = 'https://github.com/inamiy/YISplashScreen'
s.author = { 'Yasuhiro Inami' => '[email protected]' }
s.summary = "Easy splash screen + animation maker for iOS5+."
s.screenshots = [ "https://raw.github.com/inamiy/YISplashScreen/master/Screenshots/screenshot1.png" ]
s.source = { :git => 'https://github.com/inamiy/YISplashScreen.git', :tag => "#{s.version}" }
s.source_files = 'Classes/*.{h,m}'
s.requires_arc = true
s.platform = :ios, '5.0'
s.frameworks = 'QuartzCore'
end

0 comments on commit f55694d

Please sign in to comment.