Files
JBChartView/JCDHTTPConnection/1.0.0/JCDHTTPConnection.podspec
T
Justin Driscoll d5c43b5da5 Fix version number
2013-01-12 07:56:58 -05:00

13 lines
550 B
Ruby

Pod::Spec.new do |s|
s.name = "JCDHTTPConnection"
s.version = "1.0.0"
s.summary = "Block-based NSURLConnection wrapper."
s.homepage = "https://github.com/jdriscoll/JCDHTTPConnection"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Justin Driscoll" => "justin@driscolldev.com" }
s.source = { :git => "https://github.com/jdriscoll/JCDHTTPConnection.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'Classes/JCDHTTPConnection.{h,m}'
s.requires_arc = true
end