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
[Delete] AliVCSDK_Standard 6.18.0
[CocoaPods.git]
/
Specs
/
a
/
3
/
5
/
NBMiniModal
/
1.0.0
/
NBMiniModal.podspec.json
blob
2f6026c818cd5905af02e7d2fd9f3433ca0d34a6
1
{
2
"name": "NBMiniModal",
3
"version": "1.0.0",
4
"summary": "Displays a small modal dialog that doesn't cover the whole screen.",
5
"homepage": "https://github.com/needbee/nbminimodal",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Josh Justice": "josh@need-bee.com"
12
},
13
"platforms": {
14
"ios": "6.0"
15
},
16
"source": {
17
"git": "https://github.com/needbee/nbminimodal.git",
18
"tag": "1.0.0"
19
},
20
"source_files": [
21
"src",
22
"src/**/*.{h,m}"
23
],
24
"requires_arc": false
25
}