forked from pixel-ink/PIImageCache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPIImageCache.podspec
More file actions
17 lines (15 loc) · 782 Bytes
/
PIImageCache.podspec
File metadata and controls
17 lines (15 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "PIImageCache"
s.version = "1.0.0"
s.summary = "An asynchronous image downloader, with memory + disk caching."
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/PIImageCache*.swift"
end