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] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git]
/
Specs
/
7
/
3
/
1
/
JKBaseKit
/
1.1.0
/
JKBaseKit.podspec.json
blob
961895e26c1a836b8aa157d0366cd5079608d681
1
{
2
"name": "JKBaseKit",
3
"version": "1.1.0",
4
"license": "MIT",
5
"summary": "Simple APP Kit",
6
"homepage": "https://github.com/lwq718691587/JKBaseKit",
7
"authors": {
8
"刘伟强": "718691587@qq.com"
9
},
10
"source": {
11
"git": "https://github.com/lwq718691587/JKBaseKit.git",
12
"tag": "1.1.0"
13
},
14
"requires_arc": true,
15
"platforms": {
16
"ios": "8.0"
17
},
18
"source_files": [
19
"JKBaseKit",
20
"*.{h,m}"
21
],
22
"dependencies": {
23
"AFNetworking": [
24
"~> 3.0.2"
25
],
26
"DateTools": [
27
28
],
29
"MJRefresh": [
30
31
],
32
"IQKeyboardManager": [
33
34
],
35
"SDWebImage": [
36
37
],
38
"SVProgressHUD": [
39
40
]
41
}
42
}