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] ZCShareSDK 0.0.12
[CocoaPods.git]
/
Specs
/
f
/
3
/
e
/
YWShowView
/
0.0.1
/
YWShowView.podspec.json
blob
7e75e52d5a77c4ba29ec314cdfcb67960fe501f8
1
{
2
"name": "YWShowView",
3
"version": "0.0.1",
4
"summary": "a simple demo for show base subview",
5
"description": "push subview from bottom",
6
"homepage": "https://github.com/YWSawyer/YWShowView",
7
"license": "MIT",
8
"authors": {
9
"YWSawyer": "yuan_wei_1@163.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/YWSawyer/YWShowView.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"YWShowView",
20
"*.{h,m}"
21
],
22
"frameworks": [
23
"Foundation",
24
"UIKit"
25
],
26
"requires_arc": true
27
}