13 lines
408 B
JSON
13 lines
408 B
JSON
{
|
|
"name": "cordova-plugin-splashscreen-test-ios",
|
|
"version": "1.0.0",
|
|
"description": "iOS Unit Tests for Splashscreen Plugin",
|
|
"author": "Apache Software Foundation",
|
|
"license": "Apache Version 2.0",
|
|
"dependencies": {
|
|
"cordova-ios": "^3.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests"
|
|
}
|
|
} |