michael@0: { michael@0: "name": "cordova-plugin-splashscreen-test-ios", michael@0: "version": "1.0.0", michael@0: "description": "iOS Unit Tests for Splashscreen Plugin", michael@0: "author": "Apache Software Foundation", michael@0: "license": "Apache Version 2.0", michael@0: "dependencies": { michael@0: "cordova-ios": "^3.6.0" michael@0: }, michael@0: "scripts": { michael@0: "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'" michael@0: } michael@0: }