blob: fab32b23c145d16a42e9bed358d8907df112c232 [file] [log] [blame]
{
"name": "tuneup_js",
"version": "1.1.0",
"license": "MIT",
"summary": "A JavaScript library to ease automated iOS UI testing with UIAutomation and Instruments.",
"homepage": "http://www.tuneupjs.org",
"authors": {
"Alex Vollmer": "alex.vollmer@gmail.com"
},
"source": {
"git": "https://github.com/alexvollmer/tuneup_js.git",
"tag": "1.1.0"
},
"description": "Tune-up is a collection of JavaScript utilities that builds upon and improves the UIAutomation library provided by Apple for testing iOS applications via Instruments (get it? \"tune-up\"? Instruments? get it?).",
"platforms": {
"ios": null
},
"preserve_paths": "*.js",
"requires_arc": false
}