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] OddsConverter 1.0
[CocoaPods.git]
/
Specs
/
6
/
f
/
7
/
OLModules
/
0.1.1
/
OLModules.podspec.json
blob
013987ccb220b096bed7d6f4c09ed443a32fbbc2
1
{
2
"name": "OLModules",
3
"version": "0.1.1",
4
"summary": "公共组件",
5
"description": "公共组件库,简单易用。",
6
"homepage": "https://github.com/Unrealplace/OLModules",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"Unrealplace": "13837196824@163.com"
13
},
14
"source": {
15
"git": "https://github.com/Unrealplace/OLModules.git",
16
"tag": "0.1.1"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "OLModules/Classes/**/*",
22
"dependencies": {
23
"Masonry": [
24
"~> 1.1.0"
25
],
26
"DZNEmptyDataSet": [
27
28
],
29
"MJRefresh": [
30
31
]
32
}
33
}