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] FronteggSwift 1.2.29
[CocoaPods.git]
/
Specs
/
9
/
4
/
2
/
WWKit
/
0.0.5
/
WWKit.podspec.json
blob
958bbc21d83508de0131edbdd60f6cbcace14dfb
1
{
2
"name": "WWKit",
3
"version": "0.0.5",
4
"summary": "WWKit基础库",
5
"description": "WWKit是iOS项目通用基础库",
6
"homepage": "https://github.com/wuxuezhen/WWKit",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"wuxuezhen": "xzzhenw@163.com"
13
},
14
"source": {
15
"git": "https://github.com/wuxuezhen/WWKit.git",
16
"tag": "0.0.5"
17
},
18
"platforms": {
19
"ios": "9.0"
20
},
21
"frameworks": "UIKit",
22
"dependencies": {
23
"MBProgressHUD": [
24
25
],
26
"YYKit": [
27
28
],
29
"AFNetworking": [
30
31
],
32
"MJRefresh": [
33
34
]
35
},
36
"subspecs": [
37
{
38
"name": "WWGCD",
39
"source_files": "WWKit/Classes/WWGCD"
40
}
41
]
42
}