Skip to content

Instantly share code, notes, and snippets.

@shsteven
Created September 30, 2014 07:13
Show Gist options
  • Save shsteven/55b814d4b3b4aa4c08da to your computer and use it in GitHub Desktop.
Save shsteven/55b814d4b3b4aa4c08da to your computer and use it in GitHub Desktop.
YISplashscreen fork
Pod::Spec.new do |s|
s.name = 'YISplashScreen'
s.version = '1.2.1.1'
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/carlj/YISplashScreen'
s.author = { 'Yasuhiro Inami' => '[email protected]' }
s.summary = "Easy splash screen + animation maker for iOS5+."
s.screenshots = [ "https://raw.github.com/carlj/YISplashScreen/master/Screenshots/screenshot1.png" ]
s.source = { :git => 'https://github.com/carlj/YISplashScreen.git', :branch => "master" }
s.source_files = 'Classes/*.{h,m}'
s.requires_arc = true
s.platform = :ios, '5.0'
s.frameworks = 'QuartzCore'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment