summaryrefslogtreecommitdiff
path: root/plugins/org.apache.cordova.splashscreen/tests/ios/package.json
blob: ca5db593412b7fc7a1acd512b4a7211364507153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "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 -destination 'platform=iOS Simulator,name=iPhone 5'"
    }    
}