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] TiendeoCore 0.0.3-beta1
[CocoaPods.git]
/
Specs
/
c
/
2
/
1
/
MLOSS
/
1.1.0
/
MLOSS.podspec.json
blob
14cfaa5baa1588c75f65a743155e592d3d664216
1
{
2
"name": "MLOSS",
3
"version": "1.1.0",
4
"summary": "A delightful iOS module and sdk framework.",
5
"homepage": "http://gitlab.mljr.com/moon-ios/MNOSS.git",
6
"license": "MIT",
7
"authors": {
8
"刘祥洋": "xiangyang.liu@mljr.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "http://gitlab.mljr.com/moon-ios/MNOSS.git",
15
"tag": "1.1.0"
16
},
17
"source_files": "MLOSS/**/*",
18
"requires_arc": true,
19
"dependencies": {
20
"AliyunOSSiOS": [
21
"~> 2.8.1"
22
],
23
"MNCompressImage": [
24
"~> 1.0.5"
25
],
26
"AFNetworking": [
27
"~> 3.2.0"
28
],
29
"JSONModel": [
30
"~> 1.7.0"
31
]
32
}
33
}