[Add] TaboolaPush 0.1.1
[CocoaPods.git] / Specs / a / 8 / b / SoapWebService / 1.0.5 / SoapWebService.podspec.json
blob7f28686fd4d921a874aa608f516609dde95ed778
2   "name": "SoapWebService",
3   "version": "1.0.5",
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": "45522391@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/webbabyking/SoapWebService.git",
15     "tag": "1.0.5"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "xcconfig": {
20     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
21   },
22   "subspecs": [
23     {
24       "name": "SoapUtility",
25       "public_header_files": "SoapWebService/SoapUtility/*.h",
26       "source_files": "SoapWebService/SoapUtility/*.{h,m}",
27       "ios": {
28         "frameworks": [
29           "Foundation",
30           "UIKit"
31         ]
32       },
33       "libraries": "xml2",
34       "xcconfig": {
35         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
36       },
37       "dependencies": {
38         "KissXML": [
39           "~> 5.1.2"
40         ]
41       }
42     },
43     {
44       "name": "Core",
45       "dependencies": {
46         "SoapWebService/SoapUtility": [
48         ]
49       },
50       "source_files": "SoapWebService/*.{h,m}",
51       "public_header_files": "SoapWebService/SoapWebService.h"
52     }
53   ]