We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d88993 commit 5b4080bCopy full SHA for 5b4080b
1 file changed
PIImageCache.podspec
@@ -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