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] FirebaseUI 15.0.0
[CocoaPods.git]
/
Specs
/
2
/
6
/
5
/
HTTPRouter
/
0.1
/
HTTPRouter.podspec.json
blob
39bae39e07780e3a1b2ddc89d43afc1153e55140
1
{
2
"name": "HTTPRouter",
3
"version": "0.1",
4
"license": "MIT",
5
"summary": "HTTP router for Swift 2 (Linux ready)",
6
"homepage": "https://github.com/Zewo/HTTPRouter",
7
"authors": {
8
"Paulo Faria": "paulo.faria.rl@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/Zewo/HTTPRouter.git",
12
"tag": "0.1"
13
},
14
"platforms": {
15
"ios": "8.0",
16
"osx": "10.9"
17
},
18
"source_files": "HTTPRouter/**/*.swift",
19
"dependencies": {
20
"HTTP": [
21
22
],
23
"POSIXRegex": [
24
25
]
26
},
27
"requires_arc": true
28
}