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] CZarSDK 1.1.12-test01
[CocoaPods.git]
/
Specs
/
9
/
5
/
8
/
SFCDebug
/
0.1.0
/
SFCDebug.podspec.json
blob
8b3bf649a51ee8dca4b6f4341a43e83df6bbf363
1
{
2
"name": "SFCDebug",
3
"version": "0.1.0",
4
"summary": "Wrapper for the CocoaLamberjack logging framework",
5
"homepage": "https://github.com/bubnov/SFCDebug",
6
"license": "MIT",
7
"authors": {
8
"Bubnov Slavik": "bubnovslavik@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/bubnov/SFCDebug.git",
12
"tag": "0.1.0"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": "SFCDebug",
19
"dependencies": {
20
"CocoaLumberjack": [
21
"~> 1.9"
22
]
23
}
24
}