UNPKG
@nativescript/appwrite
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Appwrite SDK for NativeScript
github.com/NativeScript/appwrite
NativeScript/appwrite
@nativescript/appwrite
/
nativescript.config.ts
15 lines
(13 loc)
•
311 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
NativeScriptConfig
}
from
'@nativescript/core'
;
export
default
{
ios
: {
SPMPackages
: [ {
name
:
'sdk-for-swift'
,
libs
: [
'Appwrite'
],
repositoryURL
:
'https://github.com/appwrite/sdk-for-swift'
,
version
:
'10.0.0'
, }, ], }, }
as
NativeScriptConfig
;