Files
JBChartView/EGOImageLoading/0.0.1/EGOImageLoading.podspec
T
2012-03-28 19:16:09 +02:00

16 lines
531 B
Ruby

Pod::Spec.new do |s|
s.name = 'EGOImageLoading'
s.version = '0.0.1'
s.platform = :ios
s.license = 'MIT'
s.summary = 'What if images on the iPhone were as easy as HTML?'
s.homepage = 'https://github.com/enormego/EGOImageLoading'
s.author = { 'Shaun Harrison' => nil }
s.source = { :git => 'git://github.com/enormego/EGOImageLoading.git',
:commit => '9a3fa6b657c6b8217a24ff87c1fe4f670401f3bd' }
s.source_files = 'EGO*/*.{h,m}'
s.clean_paths = 'Demo'
s.dependency 'EGOCache'
end