Skip to content

Commit

Permalink
Merge pull request #84 from fphilipe/master
Browse files Browse the repository at this point in the history
Add spec for EGOImageLoading
  • Loading branch information
alloy committed Mar 28, 2012
2 parents 39bb4dd + 45cb459 commit 80bc1b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions EGOImageLoading/0.0.1/EGOImageLoading.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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'
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

0 comments on commit 80bc1b6

Please sign in to comment.