[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 8 / b / SoapWebService / 1.0.3 / SoapWebService.podspec.json
blob01f74dcc961e73ac1e2be15d11916b58cb8de8f7
2   "name": "SoapWebService",
3   "version": "1.0.3",
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.3"
16   },
17   "source_files": [
18     "SoapWebService/*.{h,m}",
19     "SoapWebService/**/*.{h,m}"
20   ],
21   "public_header_files": "SoapWebService/SoapWebService.h",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "SoapUtility",
27       "source_files": "SoapWebService/SoapUtility/*.{h,m}",
28       "public_header_files": "SoapWebService/SoapUtility/Soap.h",
29       "ios": {
30         "frameworks": [
31           "Foundation",
32           "UIKit"
33         ]
34       },
35       "dependencies": {
36         "KissXML": [
37           "~> 5.0.3"
38         ]
39       },
40       "libraries": "xml2",
41       "xcconfig": {
42         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
43       }
44     }
45   ]