[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / 5 / 8 / GTXiLib / 5.0 / GTXiLib.podspec.json
blobc445b7262327cc02f0c4c0cbf919745f4191d2d4
2   "name": "GTXiLib",
3   "version": "5.0",
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.0.0"
15   },
16   "default_subspecs": "GTXiLib",
17   "subspecs": [
18     {
19       "name": "GTXiLib",
20       "source_files": "{Classes,OOPClasses}/**/*.{h,m,swift,mm,cc}",
21       "public_header_files": "{Classes,OOPClasses}/**/*.h",
22       "private_header_files": [
23         "Classes/GTXImageRGBAData+GTXOOPAdditions.h",
24         "Classes/GTXToolKit+GTXOOPAdditions.h",
25         "Classes/NSObject+GTXAdditions.h",
26         "Classes/NSString+GTXAdditions.h",
27         "Classes/UIColor+GTXOOPAdditions.h"
28       ],
29       "exclude_files": [
30         "Classes/XCTest/*.{h,m,mm}"
31       ],
32       "resources": [
33         "ios_translations.bundle"
34       ],
35       "platforms": {
36         "ios": "9.0"
37       },
38       "ios": {
39         "frameworks": "Vision"
40       },
41       "libraries": "c++",
42       "dependencies": {
43         "abseil": [
45         ],
46         "tinyxml": [
48         ]
49       }
50     },
51     {
52       "name": "XCTestLib",
53       "source_files": "Classes/XCTest/*.{h,m,swift,mm,cc}",
54       "public_header_files": "Classes/XCTest/*.h",
55       "ios": {
56         "frameworks": "XCTest"
57       },
58       "dependencies": {
59         "GTXiLib/GTXiLib": [
61         ]
62       }
63     }
64   ]