blob: b6f683f00890664510bda3ba647d013eb403b039 [file] [log] [blame]
{
"name": "Insider",
"version": "1.0.0",
"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.0"
},
"source_files": [
"Insider/**/*.{swift}",
"Libs/**/*.{h,m,swift}"
],
"libraries": [
"xml2",
"z"
],
"pushed_with_swift_version": "4.0"
}