repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
1
/
f
/
8
/
STHTTPRequest
/
1.0.0
/
STHTTPRequest.podspec.json
blob
9dcbead2e6eb3a08ec8b83d00333c587245af877
1
{
2
"name": "STHTTPRequest",
3
"version": "1.0.0",
4
"summary": "A NSURLConnection wrapper for humans",
5
"homepage": "https://github.com/nst/STHTTPRequest",
6
"license": {
7
"type": "New BSD",
8
"file": "LICENSE.txt"
9
},
10
"authors": [
11
"Nicolas Seriot",
12
"Alistair Galbraith",
13
"Cyril Chandelier",
14
"Doug Ayers",
15
"Matthias Schmidt",
16
"Oktawian Chojnacki",
17
"Stephan Burlot",
18
"Zach Boyd"
19
],
20
"source": {
21
"git": "https://github.com/nst/STHTTPRequest.git",
22
"tag": "1.0.0"
23
},
24
"source_files": "STHTTPRequest.{h,m}",
25
"requires_arc": true,
26
"platforms": {
27
"ios": "5.0",
28
"osx": "10.7"
29
}
30
}