| { |
| "name": "KharonUITests", |
| "version": "0.1.0", |
| "summary": "The burning rainbow bridge that reaches between your app and the UI tests process.", |
| "description": "Use KharonUITests to send data from the UI test process to your app.", |
| "homepage": "https://github.com/Zi0P4tch0/Kharon", |
| "license": "MIT", |
| "authors": { |
| "Matteo Pacini": "matteo@codecraft.it" |
| }, |
| "source": { |
| "git": "https://github.com/Zi0P4tch0/Kharon.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "source_files": "KharonUITests/**/*.swift", |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "$(inherited) -weak-lswiftXCTest", |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"" |
| }, |
| "swift_versions": [ |
| "5.1" |
| ], |
| "swift_version": "5.1" |
| } |