blob: 1292141231f08a807f20071edc06ee23a498c056 [file] [log] [blame]
{
"name": "cordova-plugin-wkwebview-engine-test-ios",
"version": "1.0.0",
"description": "iOS Unit Tests for cordova-plugin-wkwebview-engine Plugin",
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"cordova-ios": "*"
},
"scripts": {
"test": "xcodebuild test -workspace CDVWKWebViewEngineTest.xcworkspace -scheme CDVWKWebViewEngineLibTests -destination 'platform=iOS Simulator,name=iPhone 5' -xcconfig test.xcconfig"
}
}