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] GizoSDK 2.0.2-alpha.02
[CocoaPods.git]
/
Specs
/
0
/
3
/
5
/
NLog
/
1.0.3
/
NLog.podspec.json
blob
79496435838443c337cb02e161459cdcc16df845
1
{
2
"name": "NLog",
3
"version": "1.0.3",
4
"summary": "NLog is wrapper of print function",
5
"homepage": "http://knacker.com",
6
"license": "MIT",
7
"authors": "Nghia Nguyen",
8
"platforms": {
9
"ios": "8.0"
10
},
11
"source": {
12
"git": "https://github.com/nghiaphunguyen/NLog.git",
13
"tag": "1.0.3"
14
},
15
"source_files": [
16
"Classes",
17
"NLog/NLog/**/*.{swift}"
18
],
19
"requires_arc": true,
20
"dependencies": {
21
"RealmSwift": [
22
"0.97.1"
23
]
24
}
25
}