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] Plotline 4.1.5
[CocoaPods.git]
/
Specs
/
4
/
7
/
e
/
MLKit
/
0.0.3
/
MLKit.podspec.json
blob
009c7c4410783f83effe0e2316515cf3ad19bd90
1
{
2
"name": "MLKit",
3
"version": "0.0.3",
4
"summary": "MLKit",
5
"homepage": "https://github.com/molon/MLKit",
6
"license": {
7
"type": "MIT"
8
},
9
"authors": {
10
"molon": "dudl@qq.com"
11
},
12
"source": {
13
"git": "https://github.com/molon/MLKit.git",
14
"tag": "0.0.3"
15
},
16
"requires_arc": true,
17
"platforms": {
18
"ios": "7.0"
19
},
20
"public_header_files": "Classes/**/*.h",
21
"source_files": "Classes/**/*.{h,m}",
22
"libraries": "z",
23
"dependencies": {
24
"MLPersonalModel": [
25
"~> 11.0.4"
26
],
27
"SAMKeychain": [
28
"~> 1.5.0"
29
],
30
"DHSmartScreenshot": [
31
"~> 1.3.1"
32
],
33
"AFNetworking": [
34
"~> 2.6.3"
35
],
36
"YYCache": [
37
"~> 1.0.3"
38
],
39
"CocoaLumberjack": [
40
"~> 2.3.0"
41
],
42
"MLRefreshControl": [
43
"~> 0.1.0"
44
],
45
"MLLayout": [
46
"~> 0.2.2"
47
]
48
}
49
}