blob: dd9f0a632655bc3e6063f71bd148353f436a40e8 [file] [log] [blame]
{
"name": "UITestUtils",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "12.1"
},
"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"
}