| { |
| "name": "AppeliumTests", |
| "version": "2.0.0", |
| "summary": "UITests companion to be used together with Appelium services. Learn more at https://www.appelium.com", |
| "homepage": "https://www.appelium.com/", |
| "authors": { |
| "Appelium": "support@appelium.com" |
| }, |
| "license": { |
| "type": "Commercial", |
| "file": "LICENSE.md" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "http": "https://github.com/Appelium/AppeliumTests/releases/download/2.0.0/AppeliumTests.framework.zip" |
| }, |
| "libraries": "z", |
| "frameworks": [ |
| "AVFoundation", |
| "CoreGraphics", |
| "SystemConfiguration", |
| "UIKit", |
| "CoreVideo", |
| "XCTest" |
| ], |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AppeliumTests/\"" |
| }, |
| "requires_arc": true, |
| "vendored_frameworks": "AppeliumTests.framework" |
| } |