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
[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git]
/
Specs
/
1
/
9
/
a
/
CLKitHelp
/
1.0
/
CLKitHelp.podspec.json
blob
78eefaf52fd0f448a3483ce5644724c2f692beb5
1
{
2
"name": "CLKitHelp",
3
"version": "1.0",
4
"summary": "工具类",
5
"description": "常年开早已习惯了自己写的一些类库、方法,所以就写了这个开发类库。为方便就有了它!!!",
6
"homepage": "https://github.com/TmacCL0523",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"工具人": "hongcl8114@hotmail.com"
13
},
14
"source": {
15
"git": "https://github.com/TmacCL0523/CLKitHelp.git",
16
"tag": "1.0"
17
},
18
"platforms": {
19
"ios": "9.0"
20
},
21
"source_files": "CLKitHelp/Classes/**/*",
22
"dependencies": {
23
"AFNetworking": [
24
25
],
26
"CocoaAsyncSocket": [
27
28
],
29
"SocketRocket": [
30
31
],
32
"MBProgressHUD": [
33
34
],
35
"YYCache": [
36
37
],
38
"YYModel": [
39
40
],
41
"MJRefresh": [
42
43
],
44
"DZNEmptyDataSet": [
45
46
],
47
"Masonry": [
48
49
]
50
}
51
}