[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 8 / GTXiLib / 4.4 / GTXiLib.podspec.json
blob55f4c5028ae5d8ca0720d959ea62b443c45ad895
2   "name": "GTXiLib",
3   "version": "4.4",
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": "4.4.0"
15   },
16   "source_files": "{Classes,OOPClasses}/**/*.{h,m,swift,mm,cc}",
17   "public_header_files": "Classes/**/*.h",
18   "private_header_files": [
19     "Classes/GTXImageRGBAData+GTXOOPAdditions.h",
20     "Classes/GTXToolKit+GTXOOPAdditions.h",
21     "Classes/NSObject+GTXAdditions.h",
22     "Classes/NSString+GTXAdditions.h",
23     "Classes/UIColor+GTXOOPAdditions.h"
24   ],
25   "libraries": "c++",
26   "dependencies": {
27     "Protobuf-C++": [
29     ]
30   }