Files
JBChartView/AFOAuth2Client/0.0.1/AFOAuth2Client.podspec
T
2012-02-22 17:50:27 +08:00

11 lines
444 B
Ruby

Pod::Spec.new do |s|
s.name = 'AFOAuth2Client'
s.version = '0.0.1'
s.summary = 'AFNetworking Extension for OAuth 2 Authentication'
s.homepage = 'https://github.com/AFNetworking/AFOAuth2Client'
s.author = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/AFNetworking/AFOAuth2Client.git',
:commit => '068c25f83b800451cf0b5ba0da7a6a018252c0a9' }
s.source_files = '*.{h,m}'
end