blob: 70d3993d90d25b6ea28169b37bf50c380503ad99 [file] [log] [blame]
{
"name": "TempuraTesting",
"version": "1.8.1",
"summary": "UI Tests architecture for apps",
"homepage": "https://bendingspoons.com",
"license": {
"type": "No License",
"text": "Copyright 2018 BendingSpoons"
},
"authors": {
"Bending Spoons": "team@bendingspoons.com"
},
"source": {
"git": "https://github.com/BendingSpoons/tempura-swift.git",
"tag": "1.8.1"
},
"platforms": {
"ios": "9.0"
},
"weak_frameworks": "XCTest",
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"dependencies": {
"Tempura": [
">= 1.0",
"< 2.0"
]
},
"ios": {
"source_files": [
"Tempura/UITests/**/*.swift"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-weak-lswiftXCTest",
"OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
}
}