blob: b2d84ef6d2fa94b93f5bb1329493dadfd3c6c203 [file] [log] [blame]
{
"name": "Insider",
"version": "1.0.1",
"summary": "Insider is an utility framework which sets a backdoor into your app for testing tools like Appium, Calabash, Frank, etc.",
"description": "Insider is an utility framework which sets a backdoor into your app for testing tools like Appium, Calabash, Frank, etc.\nInsider runs an HTTP server inside the application and listens for commands (RPCs).",
"homepage": "https://github.com/alexmx/Insider",
"license": "MIT",
"authors": "Alex Maimescu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alexmx/Insider.git",
"tag": "v1.0.1"
},
"source_files": [
"Insider/**/*.{swift}",
"Libs/**/*.{h,m,swift}"
],
"libraries": [
"xml2",
"z"
]
}