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] SampleOTP 0.1.0
[CocoaPods.git]
/
Specs
/
2
/
c
/
9
/
NovaBanner
/
0.1
/
NovaBanner.podspec.json
blob
77556f5658da66eec8ea04368ab4e033ddfba0a3
1
{
2
"name": "NovaBanner",
3
"version": "0.1",
4
"summary": "Another Banner Package. Because.",
5
"homepage": "https://github.com/netizen01/NovaBanner",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Netizen01": "n01@invco.de"
12
},
13
"platforms": {
14
"ios": "8.4"
15
},
16
"source": {
17
"git": "https://github.com/netizen01/NovaBanner.git",
18
"tag": "0.1"
19
},
20
"source_files": "Source/**/*.swift",
21
"dependencies": {
22
"NovaCore": [
23
"~> 0.1"
24
],
25
"Cartography": [
26
"~> 0.6"
27
]
28
}
29
}