Skip to content

Commit 5b4080b

Browse files
author
pixel-ink
committed
podspecの追加
1 parent 0d88993 commit 5b4080b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

PIImageCache.podspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = "PIImageCache"
4+
s.version = "0.1.1"
5+
s.summary = "Ripple Effect for iOS (swift)"
6+
s.homepage = "https://github.com/pixel-ink/PIImageCache"
7+
s.license = { :type => "MIT", :file => "LICENSE" }
8+
s.author = { "pixelink" => "https://github.com/pixel-ink" }
9+
s.social_media_url = "http://twitter.com/pixelink_jp"
10+
s.ios.deployment_target = "8.0"
11+
s.source = {
12+
:git => "https://github.com/pixel-ink/PIImageCache.git",
13+
:tag => s.version
14+
}
15+
s.source_files = "**/PIImageCache.swift"
16+
17+
end

0 commit comments

Comments
 (0)