blob: 4c959f52190dfa1b2645a2fba5c3c08c209cfd65 [file] [log] [blame]
{
"name": "AutoBot",
"version": "1.0.6",
"summary": "UITestCases generator and executor for iOS Application.",
"description": "A Tool for QA Testers and Developers.\n\nTesters could create test cases from Admin page\nwhile Developers could fetch and execute it inside the XCode UITesting via API automatically using CI.",
"homepage": "https://github.com/michaelhenry/AutoBot",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"michaelhenry": "me@iamkel.net"
},
"source": {
"git": "https://github.com/michaelhenry/AutoBot.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AutoBot/Classes/**/*",
"frameworks": [
"XCTest",
"UIKit",
"Foundation"
],
"requires_arc": true,
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}