blob: 38b0ac13c7ab8637de57066fc6240a68de04ec24 [file] [log] [blame]
{
"name": "tuneup_js",
"version": "1.0.1",
"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.0.1"
},
"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
}