[Add] AlibabacloudQuanMiaoLightApp20240801 2.2.0
[CocoaPods.git] / Specs / e / 5 / a / HYXMLParser / 0.0.4 / HYXMLParser.podspec.json
blobbd278635291da07cd13e719c5a2f0e90439f902f
2   "name": "HYXMLParser",
3   "version": "0.0.4",
4   "summary": "快速将xml解析成,字典或数组对象",
5   "homepage": "https://github.com/hillyoung/HYXMLParser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "hillyoung": "1666487339@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/hillyoung/HYXMLParser.git",
18     "tag": "0.0.4"
19   },
20   "source_files": [
21     "Classes",
22     "HYXMLParser/HYXMLParser/*.{h,m}"
23   ],
24   "libraries": "xml2",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   },
28   "dependencies": {
29     "GDataXML-HTML": [
30       "~> 1.3.0"
31     ]
32   }