blob: 5bb2093a95b62a683847b45f10d49104a261e66c [file] [log] [blame]
{
"name": "Insider",
"version": "0.3",
"summary": "Set a communication channel between your app and external testing environments.",
"description": "Insider is a testing utility framework which sets an HTTP communication channel between the app and testing environments like Appium, Calabash, Frank, etc.",
"homepage": "https://github.com/alexmx/Insider",
"license": "MIT",
"authors": {
"Alex Maimescu": "maimescu.alex@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alexmx/Insider.git",
"tag": "v0.3"
},
"source_files": [
"Insider/**/*.{swift}",
"Libs/**/*.{h,m,swift}"
],
"libraries": [
"xml2",
"z"
],
"pushed_with_swift_version": "3.0"
}