[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 2 / 9 / TempuraTesting / 1.12.0 / TempuraTesting.podspec.json
blob0215c6b742eb647a0608048c495ba6d0a020161a
2   "name": "TempuraTesting",
3   "version": "1.12.0",
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": "1.12.0"
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       ">= 1.0",
27       "< 2.0"
28     ]
29   },
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   }