FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SVHTTPRequest/SVHTTPRequest.podspec at master · TransitApp/SVHTTPRequest · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TransitApp
/
SVHTTPRequest
Public
Notifications
You must be signed in to change notification settings
Fork
82
Star
412
Code
Issues
12
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SVHTTPRequest
/
SVHTTPRequest.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (12 loc) · 711 Bytes
Breadcrumbs
SVHTTPRequest
/
SVHTTPRequest.podspec
Copy path
File metadata and controls
12 lines (12 loc) · 711 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SVHTTPRequest'
s
.
version
=
'0.5.1'
s
.
license
=
'MIT'
s
.
summary
=
'Simple REST client for iOS and Mac.'
s
.
homepage
=
'http://samvermette.com/310'
s
.
author
=
{
'Sam Vermette'
=>
'hello@samvermette.com'
}
s
.
source
=
{
:git
=>
'https://github.com/samvermette/SVHTTPRequest.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
description
=
'SVHTTPRequest lets you easily interact with RESTful (GET, POST, DELETE, PUT) web APIs. It is blocked-based, uses NSURLConnection, ARC, as well as NSJSONSerialization to automatically parse JSON responses.'
s
.
source_files
=
'SVHTTPRequest/*.{h,m}'
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL