[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 3 / 2 / 9 / TempuraTesting / 4.0.0 / TempuraTesting.podspec.json
blob54b527f74ffdeecfbc3e2d2d44c72e7347befe52
2   "name": "TempuraTesting",
3   "version": "4.0.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": "4.0.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       ">= 4.0",
27       "< 5.0"
28     ]
29   },
30   "swift_version": "5.0",
31   "ios": {
32     "source_files": [
33       "Tempura/UITests/**/*.swift"
34     ]
35   },
36   "pod_target_xcconfig": {
37     "OTHER_LDFLAGS": "-weak-lswiftXCTest",
38     "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
39     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
40     "ENABLE_BITCODE": "NO"
41   }