Pod::Spec.new do |s|
s.name = "ISDiskCache"
s.version = "0.1.1"
s.platform = :ios, "4.3"
s.summary = "LRU disk cache for iOS."
s.homepage = "https://github.com/ishkawa/ISDiskCache"
s.source_files = "ISDiskCache/**/*.{h,m}"
s.requires_arc = true
s.author = {
"Yosuke Ishikawa" => "
[email protected]"
}
s.source = {
:git => "https://github.com/ishkawa/ISDiskCache.git",
:tag => "0.1.1"
}
s.license = {
:type => "MIT",
:text => <<-LICENSE
...
LICENSE
}
end
podspec