From f55694df78ea601c698ef3c72ec5532bbd94ecdf Mon Sep 17 00:00:00 2001 From: Yasuhiro Inami Date: Sat, 20 Apr 2013 22:46:41 +0900 Subject: [PATCH] Add YISplashScreen 1.0.0 --- YISplashScreen/1.0.0/YISplashScreen.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 YISplashScreen/1.0.0/YISplashScreen.podspec diff --git a/YISplashScreen/1.0.0/YISplashScreen.podspec b/YISplashScreen/1.0.0/YISplashScreen.podspec new file mode 100644 index 00000000..3e5b5a44 --- /dev/null +++ b/YISplashScreen/1.0.0/YISplashScreen.podspec @@ -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' => 'inamiy@gmail.com' } + 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