Skip to content

Commit

Permalink
add spec for Corey Johnson's Seriously
Browse files Browse the repository at this point in the history
asynchronous HTTP Request library
  • Loading branch information
indiebrain committed Apr 6, 2012
1 parent 1065164 commit 8472531
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Seriously/0.0.1/Seriously.podspec
@@ -0,0 +1,21 @@
#
# Be sure to run `pod spec lint Seriously.podspec' to ensure this is a
# valid spec.
#
# Remove all comments before submitting the spec.
#
Pod::Spec.new do |s|
s.name = 'Seriously'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'The Objective-C HTTP library that Apple should have created, seriously.'
s.homepage = 'https://github.com/probablycorey/seriously'
s.author = { 'Corey Johnson' => 'cj@github.com' }

s.source = { :git => 'https://github.com/probablycorey/seriously.git' }

s.description = 'The iPhone needs a better way to make HTTP requests, specifically calls to REST web services. Seriously mixes Blocks with NSURLConnection & NSOperationQueue to do just that. It also will automatically parse the JSON response into a dictionary if the response headers are set correctly.'

s.platform = :ios
s.source_files = 'Classes', 'Classes/**/*.{h,m,c}'
end

0 comments on commit 8472531

Please sign in to comment.