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] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git]
/
Specs
/
c
/
b
/
1
/
YXYBaseTool
/
0.2.6
/
YXYBaseTool.podspec.json
blob
d303205fea9ecc1f3e34c0a83de3a36564fcb0f4
1
{
2
"name": "YXYBaseTool",
3
"version": "0.2.6",
4
"summary": "常用工具及宏定义等。",
5
"description": "避免每次新建工程一个个导入",
6
"homepage": "https://github.com/amosYin/YXYBaseTool",
7
"license": "MIT",
8
"authors": {
9
"Amos": "1453254169@qq.com"
10
},
11
"source": {
12
"git": "https://github.com/amosYin/YXYBaseTool.git",
13
"tag": "0.2.6"
14
},
15
"source_files": "Classes/*.{h,m}",
16
"requires_arc": true,
17
"platforms": {
18
"ios": "8.0"
19
},
20
"libraries": "c++.1",
21
"frameworks": [
22
"UIKit",
23
"Foundation",
24
"WebKit"
25
],
26
"dependencies": {
27
"MBProgressHUD": [
28
29
],
30
"Masonry": [
31
32
]
33
}
34
}