Skip to content

Commit

Permalink
podspecの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
pixel-ink committed Jun 13, 2015
1 parent 0d88993 commit 5b4080b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions PIImageCache.podspec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b4080b

Please sign in to comment.