[Delete] CellBuilder 1.0.2
[CocoaPods.git] / Specs / f / b / 5 / GSCXScanner / 4.0.1 / GSCXScanner.podspec.json
blobab345ea0fa5e8cee067ebc3f79cfb7cf8a2463b8
2   "name": "GSCXScanner",
3   "version": "4.0.1",
4   "summary": "iOS Accessibility Scanner.",
5   "description": "iOS Accessibility scanner framework to catch a11y issues during development.",
6   "homepage": "https://github.com/google/GSCXScanner",
7   "license": "Apache License 2.0",
8   "authors": "j-sid",
9   "platforms": {
10     "ios": "10.0"
11   },
12   "source": {
13     "git": "https://github.com/google/GSCXScanner.git",
14     "tag": "4.0.1"
15   },
16   "source_files": "Sources/**/*.{h,m,swift}",
17   "resources": [
18     "Sources/**/*.{xib}"
19   ],
20   "resource_bundles": {
21     "GSCXScanner": [
22       "Assets.xcassets"
23     ]
24   },
25   "dependencies": {
26     "GTXiLib": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Protobuf-C++",
33       "xcconfig": {
34         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Protobuf-C++"
35       }
36     }
37   ]