[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / e / EarlGreyTestWithCustomMatchers / 0.0.1 / EarlGreyTestWithCustomMatchers.podspec.json
blob1afbdd5e66a62e8d4a3e8bc26ee2255b083c5876
2   "name": "EarlGreyTestWithCustomMatchers",
3   "version": "0.0.1",
4   "summary": "This pod is clone of EarlGreyTest, currently used for experimental purpose only.",
5   "homepage": "https://github.com/joolurik/EarlGrey",
6   "authors": "Google LLC.",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/joolurik/EarlGrey.git",
13     "branch": "earlgrey2"
14   },
15   "dependencies": {
16     "eDistantObject": [
17       "~> 0.9.1"
18     ]
19   },
20   "pod_target_xcconfig": {
21     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/EarlGreyTest/**\" \"${PODS_ROOT}/eDistantObject/\"",
22     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/EarlGreyTest/**\" \"${PODS_ROOT}/eDistantObject/\""
23   },
24   "source_files": [
26   ],
27   "public_header_files": [
28     "AppFramework/Action/GREYAction.h",
29     "AppFramework/Action/GREYActionsShorthand.h",
30     "AppFramework/Core/GREYElementInteraction.h",
31     "AppFramework/Core/GREYInteraction.h",
32     "AppFramework/Core/GREYInteractionDataSource.h",
33     "AppFramework/DistantObject/GREYHostBackgroundDistantObject+GREYApp.h",
34     "AppFramework/IdlingResources/GREYIdlingResource.h",
35     "AppFramework/Matcher/GREYAllOf.h",
36     "AppFramework/Matcher/GREYAnyOf.h",
37     "AppFramework/Matcher/GREYMatchers.h",
38     "AppFramework/Matcher/GREYMatchersShorthand.h",
39     "AppFramework/Synchronization/GREYAppStateTracker.h",
40     "AppFramework/Synchronization/GREYAppStateTrackerObject.h",
41     "AppFramework/Synchronization/GREYSyncAPI.h",
42     "AppFramework/Synchronization/GREYUIThreadExecutor.h",
43     "CommonLib/Assertion/GREYAssertion.h",
44     "CommonLib/Assertion/GREYAssertionBlock.h",
45     "CommonLib/Assertion/GREYAssertionDefinesPrivate.h",
46     "CommonLib/Config/GREYAppState.h",
47     "CommonLib/Config/GREYConfigKey.h",
48     "CommonLib/Config/GREYConfiguration.h",
49     "CommonLib/DistantObject/GREYHostApplicationDistantObject.h",
50     "CommonLib/DistantObject/GREYHostBackgroundDistantObject.h",
51     "CommonLib/DistantObject/GREYTestApplicationDistantObject.h",
52     "CommonLib/Error/GREYErrorConstants.h",
53     "CommonLib/Exceptions/GREYFailureHandler.h",
54     "CommonLib/Exceptions/GREYFrameworkException.h",
55     "CommonLib/GREYConstants.h",
56     "CommonLib/GREYDefines.h",
57     "CommonLib/GREYDiagnosable.h",
58     "CommonLib/Matcher/GREYBaseMatcher.h",
59     "CommonLib/Matcher/GREYDescription.h",
60     "CommonLib/Matcher/GREYElementMatcherBlock.h",
61     "CommonLib/Matcher/GREYMatcher.h",
62     "TestLib/AlertHandling/XCTestCase+GREYSystemAlertHandler.h",
63     "TestLib/Assertion/GREYAssertionDefines.h",
64     "TestLib/Assertion/GREYWaitFunctions.h",
65     "TestLib/Condition/GREYCondition.h",
66     "TestLib/EarlGreyImpl/EarlGrey.h"
67   ],
68   "frameworks": "XCTest",
69   "platforms": {
70     "ios": "10.0"
71   }