[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / f / a / Touchtest / 1.0.7 / Touchtest.podspec.json
blob9644039774e0d9c887ee44e5ac1518c027ba7ea2
2   "name": "Touchtest",
3   "version": "1.0.7",
4   "summary": "Functional Test Automation library for iOS applications.",
5   "license": {
6     "type": "Apache License, Version 2.0",
7     "file": "LICENSE"
8   },
9   "social_media_url": "https://twitter.com/cloudtest",
10   "source": {
11     "git": "https://github.com/SOASTA/Touchtest-iOS.git",
12     "tag": "1.0.7"
13   },
14   "homepage": "https://github.com/SOASTA/Touchtest-iOS",
15   "authors": {
16     "SOASTA": "support@soasta.com"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "include/*.h",
22   "public_header_files": "include/*.h",
23   "preserve_paths": "libTouchTestDriver.a",
24   "ios": {
25     "vendored_libraries": "libTouchTestDriver.a"
26   },
27   "libraries": [
28     "z",
29     "xml2",
30     "TouchTestDriver"
31   ],
32   "frameworks": [
33     "CFNetwork",
34     "CoreGraphics",
35     "OpenGLES",
36     "CoreLocation",
37     "MapKit",
38     "QuartzCore",
39     "IOKit",
40     "GraphicsServices"
41   ],
42   "user_target_xcconfig": {
43     "OTHER_LDFLAGS": "-F$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/"
44   },
45   "requires_arc": true