[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 2 / 9 / TempuraTesting / 5.0.0-beta / TempuraTesting.podspec.json
blobbd8f6671e3e862ec79a6c164169a1c7e5f70f41c
2   "name": "TempuraTesting",
3   "version": "5.0.0-beta",
4   "summary": "UI Tests architecture for apps",
5   "homepage": "https://bendingspoons.com",
6   "license": {
7     "type": "No License",
8     "text": "Copyright 2018 BendingSpoons"
9   },
10   "authors": {
11     "Bending Spoons": "team@bendingspoons.com"
12   },
13   "source": {
14     "git": "https://github.com/BendingSpoons/tempura-swift.git",
15     "tag": "5.0.0-beta"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "weak_frameworks": "XCTest",
21   "user_target_xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
23   },
24   "dependencies": {
25     "Tempura": [
26       "~> 5.0.0-beta"
27     ]
28   },
29   "swift_versions": "5.0",
30   "ios": {
31     "source_files": [
32       "Tempura/UITests/**/*.swift"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "OTHER_LDFLAGS": "-weak-lswiftXCTest",
37     "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
38     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
39     "ENABLE_BITCODE": "NO"
40   },
41   "swift_version": "5.0"