blob: e16805fdd1f163fc48cb3759c0c6eeecf5020b9a [file] [log] [blame]
{
"name": "UITestUtils",
"version": "1.0.2",
"summary": "Utility support write UI Testing in iOS",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/nvduc2910/UITestUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nvduc2910": "v.ducnv29@vinid.net"
},
"source": {
"git": "https://github.com/nvduc2910/UITestUtils.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "UITestUtils/Classes/**/*",
"frameworks": "XCTest",
"requires_arc": true,
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "$(inherited) -Xlinker -no_application_extension"
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": [
"4.2",
"5.0"
],
"dependencies": {
"Embassy": [
"~> 4.1.1"
],
"EnvoyAmbassador": [
"~> 4.0.5"
],
"ObjectMapper": [
"~> 3.5.2"
],
"Then": [
"~> 2.6.0"
]
},
"swift_version": "5.0"
}