blob: fa141d9dfaaee38c5421eeb37ef69d95281d3ff5 [file] [log] [blame]
{
"name": "RVSoap",
"version": "1.0",
"summary": "Soap helpers",
"license": "MIT",
"platforms": {
"ios": "9.3"
},
"dependencies": {
"Collection": [
],
"RVHttp": [
],
"RVXMLDictionary": [
]
},
"source": {
"git": "https://github.com/revosystems/RVSoap.git",
"tag": "1.0"
},
"description": "Soap library that create soap requests and allows to parse soap responses",
"homepage": "https://github.com/revosystems/RVSoap.git",
"authors": {
"Pau Benet": "pau.benet.prat@gmail.com"
},
"source_files": [
"soaplib/src/**/*"
],
"requires_arc": true
}