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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
0
/
2
/
f
/
Aeon
/
0.2
/
Aeon.podspec.json
blob
faf50ca7bce3ea3c15f19351e3d29adc7a586978
1
{
2
"name": "Aeon",
3
"version": "0.2",
4
"license": "MIT",
5
"summary": "GCD based HTTP server for Swift 2 (Linux ready)",
6
"homepage": "https://github.com/Zewo/Aeon",
7
"authors": {
8
"Paulo Faria": "paulo.faria.rl@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/Zewo/Aeon.git",
12
"tag": "v0.2"
13
},
14
"platforms": {
15
"ios": "8.0",
16
"osx": "10.9"
17
},
18
"source_files": [
19
"Aeon/**/*.swift",
20
"HTTPServerType/**/*.swift"
21
],
22
"dependencies": {
23
"Currents": [
24
"0.2"
25
],
26
"Kalopsia": [
27
"0.2"
28
],
29
"Luminescence": [
30
"0.3"
31
],
32
"Curvature": [
33
"0.1"
34
],
35
"Otherside": [
36
"0.1"
37
]
38
},
39
"requires_arc": true
40
}