blob: f3e0cfcd239d3b3e8a82a50d747634f02e0b6f08 [file] [log] [blame]
{
"name": "Touchtest",
"version": "1.5.2",
"summary": "Functional Test Automation library for iOS applications.",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/cloudtest",
"source": {
"git": "https://github.com/SOASTA/Touchtest-iOS.git",
"tag": "1.5.2"
},
"homepage": "https://github.com/SOASTA/Touchtest-iOS",
"authors": {
"SOASTA": "support@soasta.com"
},
"platforms": {
"ios": "6.0"
},
"source_files": "include/*.h",
"public_header_files": "include/*.h",
"preserve_paths": "libTouchTestDriver.a",
"ios": {
"vendored_libraries": "libTouchTestDriver.a"
},
"libraries": [
"z",
"xml2",
"TouchTestDriver"
],
"frameworks": [
"CFNetwork",
"CoreGraphics",
"OpenGLES",
"CoreLocation",
"MapKit",
"QuartzCore",
"IOKit",
"GraphicsServices"
],
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-F$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/"
},
"requires_arc": true
}