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] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
d
/
a
/
f
/
MLBaseClass
/
0.0.1
/
MLBaseClass.podspec.json
blob
8bda380fe43622e22da37bc6f0f8043b5c14f4f9
1
{
2
"name": "MLBaseClass",
3
"version": "0.0.1",
4
"authors": {
5
"CoderML": "weiminglei1990@163.com"
6
},
7
"homepage": "https://github.com/CodeML/MLBaseClass",
8
"summary": "Base",
9
"source": {
10
"git": "https://github.com/CodeML/MLBaseClass.git",
11
"tag": "0.0.1"
12
},
13
"license": {
14
"type": "MIT",
15
"file": "LICENSE"
16
},
17
"platforms": {
18
"ios": "8.0"
19
},
20
"requires_arc": true,
21
"source_files": "BaseClass/*.{h,m}",
22
"dependencies": {
23
"MLExtension": [
24
25
],
26
"MJRefresh": [
27
28
]
29
}
30
}