[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / a / 8 / b / SoapWebService / 1.0.2 / SoapWebService.podspec.json
blobf3f690665f41212914266bca672e7cce1d88884d
2   "name": "SoapWebService",
3   "version": "1.0.2",
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.2"
17   },
18   "source_files": [
19     "SoapWebService/*.{h,m}",
20     "SoapWebService/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "libxml_module",
27       "dependencies": {
28         "KissXML": [
29           "~> 5.0.3"
30         ]
31       },
32       "libraries": "xml2",
33       "xcconfig": {
34         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
35       }
36     }
37   ]