[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 8 / GTXiLib / 5.1.3 / GTXiLib.podspec.json
blob342a1b8e594f6ac81c1bab1f8adae61cb954cf73
2   "name": "GTXiLib",
3   "version": "5.1.3",
4   "summary": "iOS Accessibility testing library.",
5   "description": "iOS Accessibility testing library that works with XCTest based frameworks.",
6   "homepage": "https://github.com/google/GTXiLib",
7   "license": "Apache License 2.0",
8   "authors": "j-sid",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/google/GTXiLib.git",
14     "tag": "5.1.3"
15   },
16   "module_map": "GTXiLib.modulemap",
17   "default_subspecs": "GTXiLib",
18   "subspecs": [
19     {
20       "name": "GTXiLib",
21       "source_files": "Classes/**/*.{h,m,mm}",
22       "public_header_files": "Classes/**/*.h",
23       "private_header_files": "Classes/ObjCPP/*.h",
24       "exclude_files": [
25         "Classes/XCTest/*.{h,m,mm}"
26       ],
27       "resources": [
28         "ios_translations.bundle"
29       ],
30       "platforms": {
31         "ios": "9.0"
32       },
33       "ios": {
34         "frameworks": "Vision"
35       },
36       "dependencies": {
37         "GTXiLib/GTXOOPLib": [
39         ]
40       }
41     },
42     {
43       "name": "GTXOOPLib",
44       "source_files": "OOPClasses/**/*.{h,cc}",
45       "public_header_files": "OOPClasses/**/*.h",
46       "resources": [
47         "ios_translations.bundle"
48       ],
49       "platforms": {
50         "ios": "9.0"
51       },
52       "ios": {
53         "frameworks": "Vision"
54       },
55       "libraries": "c++",
56       "dependencies": {
57         "abseil": [
59         ],
60         "tinyxml": [
62         ]
63       }
64     },
65     {
66       "name": "XCTestLib",
67       "source_files": "Classes/XCTest/*.{h,m,swift,mm,cc}",
68       "public_header_files": "Classes/XCTest/*.h",
69       "ios": {
70         "frameworks": "XCTest"
71       },
72       "dependencies": {
73         "GTXiLib/GTXiLib": [
75         ]
76       }
77     }
78   ]