[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / YJSoapEngine / 1.1.1 / YJSoapEngine.podspec.json
blob7ea9aa88f22f6f6e2262b211457bc568e1edee50
2   "name": "YJSoapEngine",
3   "version": "1.1.1",
4   "summary": "A SoapEngine for iOS written in Objective - C",
5   "description": "YJSoapEngine is a class designed to simplify the implementation of a SOAP Web Service for iPhone, iPad. YJSoapEngine can be used to serialize custom objects for Soap Requests.",
6   "homepage": "https://github.com/yj7/YJSoapEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yash Jhunjhunwala": "jhunjhunwalayash7@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/yashj97",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/yj7/YJSoapEngine.git",
20     "tag": "1.1.1"
21   },
22   "exclude_files": [
23     "YJSoapEngine/GDataXMLNode.{h,m}",
24     "YJSoapEngine/XmlParser.{h,m}",
25     "YJSoapEngine/OrderedDictionary.{h,m}"
26   ],
27   "public_header_files": "YJSoapEngine/YJSoapEngine.h",
28   "requires_arc": true,
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
31     "OTHER_LDFLAGS": "-lxml2"
32   },
33   "subspecs": [
34     {
35       "name": "TypeMapping",
36       "source_files": "YJSoapEngine/**/TypeMapping.{h,m}"
37     },
38     {
39       "name": "no-arc",
40       "dependencies": {
41         "YJSoapEngine/TypeMapping": [
43         ]
44       },
45       "requires_arc": false,
46       "source_files": [
47         "YJSoapEngine/GDataXMLNode.{h,m}",
48         "YJSoapEngine/XmlParser.{h,m}",
49         "YJSoapEngine/OrderedDictionary.{h,m}"
50       ]
51     },
52     {
53       "name": "Core",
54       "source_files": "YJSoapEngine/*.{h,m}",
55       "dependencies": {
56         "YJSoapEngine/no-arc": [
58         ]
59       },
60       "exclude_files": [
61         "YJSoapEngine/GDataXMLNode.{h,m}",
62         "YJSoapEngine/XmlParser.{h,m}",
63         "YJSoapEngine/OrderedDictionary.{h,m}"
64       ],
65       "xcconfig": {
66         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
67         "OTHER_LDFLAGS": "-lxml2"
68       }
69     }
70   ]