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] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git]
/
Specs
/
5
/
6
/
1
/
JNTools
/
0.0.1
/
JNTools.podspec.json
blob
b7334070f9081c753a713b5b2341808e1738c9d7
1
{
2
"name": "JNTools",
3
"version": "0.0.1",
4
"summary": "iOS开发的工具类及一些常用三方工具类的二次封装",
5
"homepage": "https://github.com/MrZhou1990/JNTools",
6
"license": "MIT",
7
"authors": {
8
"Cloud": "haohao10987@163.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://github.com/MrZhou1990/JNTools.git",
15
"tag": "0.0.1"
16
},
17
"source_files": "JNToolsDemo/JNToolsDemo/JNTools/**/*.{h,m}",
18
"dependencies": {
19
"SDWebImage": [
20
"5.0.6"
21
],
22
"MBProgressHUD": [
23
"1.1.0"
24
],
25
"AFNetworking": [
26
"3.2.1"
27
]
28
}
29
}