-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.json
31 lines (31 loc) · 966 Bytes
/
packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "SNAP",
"overview": "Welcome to SNAP, a set of packages I use to build iOS Apps. They contain shared code, generic implementations of common features, and a template to kickstart a new project. See https://github.com/simonnickel/snap for details.",
"author": "Simon Nickel",
"packages": [
{
"url": "https://github.com/simonnickel/snap-foundation"
},
{
"url": "https://github.com/simonnickel/snap-core"
},
{
"url": "https://github.com/simonnickel/snap-dependencies"
},
{
"url": "https://github.com/simonnickel/snap-theme"
},
{
"url": "https://github.com/simonnickel/snap-settings-service"
},
{
"url": "https://github.com/simonnickel/snap-navigation"
},
{
"url": "https://github.com/simonnickel/snap-swift-data"
},
{
"url": "https://github.com/simonnickel/snap-template"
}
]
}