blob: 67cdf81a2da41034204068e4ece4b293b859009a [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": "^5.1.1"
},
"scripts": {
"test": "xcodebuild test -workspace CDVWKWebViewEngineTest.xcworkspace -scheme CDVWKWebViewEngineLibTests -destination 'platform=iOS Simulator,name=iPhone 5' -xcconfig test.xcconfig"
}
}