Merge pull request #18 from NativeScript/hhristov/make-ns-plugin

Add nativescript key to make this package NS plugin
This commit is contained in:
Hristo Hristov
2016-04-08 14:18:31 +03:00

View File

@@ -15,5 +15,11 @@
"bugs": {
"url": "https://github.com/NativeScript/android-widgets/issues"
},
"homepage": "https://github.com/NativeScript/android-widgets#readme"
"homepage": "https://github.com/NativeScript/android-widgets#readme",
"nativescript": {
"platforms": {
"ios": "2.0.0",
"android": "2.0.0"
}
}
}