Skip to content

Commit

Permalink
JWFolder version 0.5 added
Browse files Browse the repository at this point in the history
  • Loading branch information
mmassaki committed Jul 30, 2012
1 parent 05b3542 commit d069f73
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions JWFolders/0.5.0/JWFolders.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'JWFolders'
s.version = '0.5.0'
s.license = 'BSD'
s.summary = 'JWFolders is a class that attempts to mimic the folder ' \
'animation present on the iOS SpringBoard.'
s.homepage = 'https://github.com/jwilling/JWFolders'
s.author = { 'Jonathan Willing' => 'http://www.appjon.com' }
s.source = { :git => 'https://github.com/jwilling/JWFolders.git',
:tag => '0.5' }
s.platform = :ios
s.source_files = 'JWFolders/*.{h,m}'
s.frameworks = 'QuartzCore'
s.requires_arc = true
end

1 comment on commit d069f73

@jwilling
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.