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] DittoObjC 4.9.2
[CocoaPods.git]
/
Specs
/
3
/
7
/
4
/
Popover.OC
/
0.2
/
Popover.OC.podspec.json
blob
3da2cd1eb0abd2331a28f91fc02730a3b257296d
1
{
2
"name": "Popover.OC",
3
"version": "0.2",
4
"summary": "A simple Popover of Menu",
5
"license": {
6
"type": "MIT",
7
"file": "LICENSE"
8
},
9
"homepage": "https://github.com/lifution/Popover",
10
"authors": {
11
"StevenLee": "https://github.com/lifution"
12
},
13
"source": {
14
"git": "https://github.com/lifution/Popover.git",
15
"tag": "0.2"
16
},
17
"requires_arc": true,
18
"platforms": {
19
"ios": "6.0"
20
},
21
"source_files": [
22
"PopoverView/*",
23
"*.{h,m}"
24
]
25
}