This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
434 B
JSON
Raw Normal View History

2016-04-12 17:33:37 -06:00
{
"name": "cordova-plugin-camera-test-ios",
"version": "1.0.0",
"description": "iOS Unit Tests for Camera Plugin",
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
"cordova-ios": "*"
},
"scripts": {
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVCameraLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
}
}