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] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git]
/
Specs
/
c
/
3
/
6
/
XFTools
/
1.0.0
/
XFTools.podspec.json
blob
d21af6a01e1a17583fb336e020b74688a9e044b2
1
{
2
"name": "XFTools",
3
"version": "1.0.0",
4
"summary": "XFTools.",
5
"description": "整理工具类方便开发使用",
6
"homepage": "https://github.com/feifree/XFTools",
7
"license": "MIT",
8
"authors": {
9
"feibum": "livefei@live.com"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://github.com/feifree/XFTools.git",
16
"tag": "v1.0.0"
17
},
18
"source_files": [
19
"Code",
20
"Code/*.{h,m}"
21
],
22
"public_header_files": "Code/*.{h}",
23
"frameworks": [
24
"UIKit",
25
"Foundation"
26
],
27
"dependencies": {
28
"AFNetworking": [
29
" 3.2.0"
30
]
31
}
32
}