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.8.16
[CocoaPods.git]
/
Specs
/
f
/
6
/
8
/
FFLabelTest
/
1.0.0
/
FFLabelTest.podspec.json
blob
0dbbfef52a48426de37cb6da09bb76ac18467cfa
1
{
2
"name": "FFLabelTest",
3
"version": "1.0.0",
4
"summary": "test FFLabel.",
5
"description": "test FFLabel...",
6
"homepage": "https://github.com/fanfang01/testpod.git",
7
"license": "MIT",
8
"authors": {
9
"Tracy Fan": "375747625@qq.com"
10
},
11
"source": {
12
"git": "https://github.com/fanfang01/testpod.git",
13
"tag": "1.0.0"
14
},
15
"requires_arc": true,
16
"platforms": {
17
"ios": "10.0"
18
},
19
"source_files": "Source/*.{h,m}",
20
"dependencies": {
21
"AFNetworking": [
22
"~> 2.3"
23
]
24
}
25
}