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.5.0
[CocoaPods.git]
/
Specs
/
1
/
c
/
a
/
FWDebug
/
1.0.0
/
FWDebug.podspec.json
blob
5cfea61a3c9f6ff59c9a7eca8e46fe93518f8121
1
{
2
"name": "FWDebug",
3
"version": "1.0.0",
4
"summary": "ios debug library",
5
"homepage": "http://ocphp.com",
6
"license": "MIT",
7
"authors": {
8
"Wu Yong": "admin@ocphp.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/lszzy/ios-debug.git",
15
"tag": "1.0.0"
16
},
17
"source_files": "FWDebug/**/*.{h,m}",
18
"frameworks": [
19
"Foundation",
20
"UIKit"
21
],
22
"requires_arc": true,
23
"dependencies": {
24
"FLEX": [
25
26
]
27
}
28
}