blob: 789218d01e25a0f465529fc427974387afd28bca [file] [log] [blame]
{
"name": "RPAgentSwiftXCTest",
"version": "1.7",
"summary": "Agent to push test results on Report Portal",
"description": "This agent allows to see test results on the Report Portal - http://reportportal.io",
"homepage": "https://github.com/SergeVKom/RPAgentSwiftXCTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SergeVKom": "sergvkom@gmail.com"
},
"source": {
"git": "https://github.com/SergeVKom/RPAgentSwiftXCTest.git",
"tag": "1.7"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "RPAgentSwiftXCTest/**/*",
"dependencies": {
"Alamofire": [
"~> 4.5.0"
],
"AlamofireObjectMapper": [
"~> 4.1.0"
]
},
"weak_frameworks": "XCTest",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
},
"pushed_with_swift_version": "3.0"
}