Files
JBChartView/HJCache/0.0.1/HJCache.podspec
T
Brian Antonelli 4c467041be Adding HJCache pod
2013-02-21 15:23:38 -05:00

12 lines
571 B
Ruby

Pod::Spec.new do |s|
s.name = "HJCache"
s.version = "0.0.1"
s.summary = "HJCache is library for asynchronous download of images and other data over the net, and for sharing
and caching them."
s.homepage = "https://github.com/markofjohnson/HJCache"
s.license = 'Public Domain'
s.author = { "Morten Bøgh" => "@markjnet" }
s.source = { :git => "https://github.com/markofjohnson/HJCache.git", :commit => "d8ed3070e8620ca2e6d9935a5d874bf6780bd087" }
s.platform = :ios
s.source_files = 'HJCacheClasses/*.{h,m}'
end