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] AlibabacloudMse20190531 6.13.0
[CocoaPods.git]
/
Specs
/
f
/
1
/
d
/
TestProject
/
0.0.2
/
TestProject.podspec.json
blob
46b8a95d85def742668f087039efb1870489729e
1
{
2
"name": "TestProject",
3
"version": "0.0.2",
4
"summary": "A view like UIAlertView on iOS.",
5
"homepage": "https://github.com/MrChen123/Test",
6
"authors": {
7
"william": "289659801@qq.com"
8
},
9
"source": {
10
"git": "https://github.com/MrChen123/Test.git",
11
"tag": "0.0.2"
12
},
13
"requires_arc": true,
14
"license": "MIT",
15
"platforms": {
16
"ios": "7.0"
17
},
18
"source_files": "TestProject/*",
19
"frameworks": [
20
"UIKit",
21
"MapKit"
22
],
23
"dependencies": {
24
"JSONModel": [
25
26
],
27
"Masonry": [
28
29
],
30
"MJRefresh": [
31
32
],
33
"YTKNetwork": [
34
35
],
36
"MBProgressHUD": [
37
38
],
39
"ZXingObjC": [
40
41
]
42
}
43
}