Files
JBChartView/JWFolders/0.5.0/JWFolders.podspec
T
2012-07-30 15:58:28 -03:00

16 lines
566 B
Ruby

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