Files
JBChartView/DropBlocks/0.0.1/DropBlocks.podspec
T
2012-10-17 16:59:02 +03:00

13 lines
503 B
Ruby

Pod::Spec.new do |s|
s.name = 'DropBlocks'
s.version = '0.0.1'
s.platform = :ios
s.license = 'BSD'
s.homepage = 'http://github.com/natep/DropBlocks'
s.summary = 'A blocks-based wrapper for the Dropbox iOS SDK.'
s.author = { 'Nate Petersen' => 'nate@digitalrickshaw.com' }
s.source = { :git => 'https://github.com/natep/DropBlocks.git', :tag => '0.0.1' }
s.source_files = 'DropBlocks/Classes'
s.dependency 'Dropbox-iOS-SDK', '1.3.2'
end