[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 7 / 2 / AutoBot / 1.0.6 / AutoBot.podspec.json
blob4c959f52190dfa1b2645a2fba5c3c08c209cfd65
2   "name": "AutoBot",
3   "version": "1.0.6",
4   "summary": "UITestCases generator and executor for iOS Application.",
5   "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.",
6   "homepage": "https://github.com/michaelhenry/AutoBot",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "michaelhenry": "me@iamkel.net"
13   },
14   "source": {
15     "git": "https://github.com/michaelhenry/AutoBot.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "AutoBot/Classes/**/*",
22   "frameworks": [
23     "XCTest",
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "user_target_xcconfig": {
29     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
30   },
31   "pod_target_xcconfig": {
32     "ENABLE_BITCODE": "NO"
33   }