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