| { |
| "name": "Salad", |
| "version": "0.0.2", |
| "summary": "Lightweight cucumber style UI tests for iOS.", |
| "homepage": "https://github.com/Q42/Salad", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mathijs Kadijk": "mathijs@q42.nl" |
| }, |
| "source": { |
| "git": "https://github.com/Q42/Salad.git", |
| "tag": "0.0.2" |
| }, |
| "social_media_url": "https://twitter.com/Q42", |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "11.0", |
| "osx": "10.11" |
| }, |
| "source_files": "Sources/Salad/**/*", |
| "frameworks": [ |
| "XCTest", |
| "GameplayKit" |
| ], |
| "xcconfig": { |
| "ENABLE_BITCODE": "NO" |
| }, |
| "swift_version": "5.0" |
| } |