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] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git]
/
Specs
/
1
/
d
/
b
/
LCTitleView
/
1.0.4
/
LCTitleView.podspec.json
blob
f8979f916ed7b85ab7df2f29aee75212c08a358f
1
{
2
"name": "LCTitleView",
3
"version": "1.0.4",
4
"summary": "常用的标题视图 Simple title view",
5
"homepage": "https://github.com/bawn/LCTitleView",
6
"license": "MIT",
7
"authors": {
8
"bawn": "lc5491137@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/bawn/LCTitleView.git",
12
"tag": "1.0.4"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": "LCTitleView/*.{h,m}",
19
"dependencies": {
20
"Masonry": [
21
"~> 0.6.0"
22
]
23
}
24
}