blob: 4e59a4c250d974a4d74c4e357887d66a6f70610e [file] [log] [blame]
{
"name": "SoapWebService",
"version": "1.0.0",
"summary": "The Web service calls on SoapUtility based on the package for iOS.",
"description": "The Web service calls on SoapUtility based on the package for iOS.",
"homepage": "https://github.com/webbabyking/SoapWebService",
"license": "MIT",
"authors": {
"wangjie": "wangjie@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/webbabyking/SoapWebService.git",
"tag": "1.0.0"
},
"source_files": [
"SoapWebService/*.{h,m}",
"SoapWebService/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
},
"subspecs": [
{
"name": "libxml_module",
"dependencies": {
"KissXML": [
"~> 5.0.3"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}
]
}