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] ZJSDK 2.5.8.12
[CocoaPods.git]
/
Specs
/
1
/
8
/
4
/
UtilUI
/
1.1.2
/
UtilUI.podspec.json
blob
72f282c0a3b18950043199ef046917f1909002bd
1
{
2
"name": "UtilUI",
3
"version": "1.1.2",
4
"license": "MIT",
5
"summary": "iOS工具类",
6
"homepage": "https://github.com/Liuyujiaodev/UtilUI.git",
7
"authors": "liuyujiao",
8
"source": {
9
"git": "https://github.com/Liuyujiaodev/UtilUI.git",
10
"tag": "1.1.2"
11
},
12
"description": "。",
13
"source_files": [
14
"UtilUI/**/*.{h,m}",
15
"UtilUI/BaseController/*.{h,m}"
16
],
17
"frameworks": [
18
"Foundation",
19
"UIKit",
20
"AdSupport",
21
"CoreTelephony",
22
"CoreLocation",
23
"Contacts",
24
"AddressBook"
25
],
26
"dependencies": {
27
"Reachability": [
28
29
],
30
"YJBase64": [
31
32
],
33
"YJCategory": [
34
"~>1.2.2"
35
],
36
"YJUtil": [
37
38
],
39
"UtilStr": [
40
"~>1.0.2"
41
],
42
"MJRefresh": [
43
44
]
45
},
46
"requires_arc": true,
47
"platforms": {
48
"ios": "8.0"
49
}
50
}