[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / e / 5 / a / HYXMLParser / 0.0.5 / HYXMLParser.podspec.json
blob7928c948b059e5ffdca6e7b0ca994c471faa7e5e
2   "name": "HYXMLParser",
3   "version": "0.0.5",
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": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/hillyoung/HYXMLParser.git",
18     "tag": "0.0.5"
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   }