[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / a / 5 / 8 / GTXiLib / 4.2 / GTXiLib.podspec.json
blob48b525372c2d8a26e4945fabc3b74a9a33a9f36d
2   "name": "GTXiLib",
3   "version": "4.2",
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.2.0"
15   },
16   "source_files": "{Classes,OOPClasses}/**/*.{h,m,swift,mm,cc}",
17   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "user_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "libraries": "c++",
24   "dependencies": {
25     "Protobuf-C++": [
27     ]
28   }