Files
JBChartView/LROAuth2Client/0.0.1/LROAuth2Client.podspec
T
2012-06-27 15:29:54 -06:00

12 lines
419 B
Ruby

Pod::Spec.new do |s|
s.name = 'LROAuth2Client'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'OAuth2 client for iPhone and iPad apps'
s.homepage = 'https://github.com/lukeredpath/LROAuth2Client'
s.author = 'Luke Redpath'
s.source = { :git => 'git://github.com/lukeredpath/LROAuth2Client.git' }
s.source_files = 'Classes', '*.{h,m}'
s.requires_arc = true
end