blob: 3bb25b3c270be4112e93ef989feb302f88ff1d2d [file] [log] [blame]
{
"name": "RPAgentSwiftXCTest",
"version": "1.2",
"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.2"
},
"platforms": {
"ios": "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"
}