[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 3 / 2 / 9 / TempuraTesting / 8.0.1 / TempuraTesting.podspec.json
blobdc39c3aff2dea0d601ed98d2edce960ea03fce9d
2   "name": "TempuraTesting",
3   "version": "8.0.1",
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": "tempura-testing-v8.0.1"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "dependencies": {
21     "Tempura": [
22       ">= 6.0",
23       "< 8"
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   }