[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 9 / TempuraTesting / 9.0.3 / TempuraTesting.podspec.json
blob456f7f6f2100faeb76d3f4d90601610d8ce08b51
2   "name": "TempuraTesting",
3   "version": "9.0.3",
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": "9.0.3"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "dependencies": {
21     "Tempura": [
22       ">= 6.0",
23       "< 10"
24     ]
25   },
26   "frameworks": "XCTest",
27   "pod_target_xcconfig": {
28     "ENABLE_BITCODE": "NO",
29     "ENABLE_TESTING_SEARCH_PATHS": "YES"
30   },
31   "ios": {
32     "source_files": [
33       "TempuraTesting/Sources/**/*.swift"
34     ]
35   }