From 5b4080bda3217ecb7e77c04fb1184543f21c9b83 Mon Sep 17 00:00:00 2001 From: pixel-ink Date: Sun, 14 Jun 2015 01:50:24 +0900 Subject: [PATCH] =?UTF-8?q?podspec=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PIImageCache.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 PIImageCache.podspec diff --git a/PIImageCache.podspec b/PIImageCache.podspec new file mode 100644 index 0000000..db3663f --- /dev/null +++ b/PIImageCache.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + + s.name = "PIImageCache" + s.version = "0.1.1" + s.summary = "Ripple Effect for iOS (swift)" + s.homepage = "https://github.com/pixel-ink/PIImageCache" + s.license = { :type => "MIT", :file => "LICENSE" } + s.author = { "pixelink" => "https://github.com/pixel-ink" } + s.social_media_url = "http://twitter.com/pixelink_jp" + s.ios.deployment_target = "8.0" + s.source = { + :git => "https://github.com/pixel-ink/PIImageCache.git", + :tag => s.version + } + s.source_files = "**/PIImageCache.swift" + +end \ No newline at end of file