[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / b / SoapWebService / 1.0.0 / SoapWebService.podspec.json
blob4e59a4c250d974a4d74c4e357887d66a6f70610e
2   "name": "SoapWebService",
3   "version": "1.0.0",
4   "summary": "The Web service calls on SoapUtility based on the package for iOS.",
5   "description": "The Web service calls on SoapUtility based on the package for iOS.",
6   "homepage": "https://github.com/webbabyking/SoapWebService",
7   "license": "MIT",
8   "authors": {
9     "wangjie": "wangjie@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/webbabyking/SoapWebService.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "SoapWebService/*.{h,m}",
20     "SoapWebService/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.5.4"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "libxml_module",
32       "dependencies": {
33         "KissXML": [
34           "~> 5.0.3"
35         ]
36       },
37       "libraries": "xml2",
38       "xcconfig": {
39         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
40       }
41     }
42   ]