[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / 3 / RHParser / 0.0.1 / RHParser.podspec.json
blob1aad81e60c2efaec78118b560ac6c46f728a309d
2   "name": "RHParser",
3   "version": "0.0.1",
4   "summary": "html、xml等标记语言解析。可以方便的转换为NSAttributedString。",
5   "description": "html、xml等标记语言解析。可以方便的把html转换为NSAttributedString。支持自定义样式。",
6   "homepage": "https://github.com/zhu410289616/RHParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhu410289616": "zhu410289616@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhu410289616/RHParser.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "RHParser/*.{h,m}",
23     "RHParser/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "libraries": "xml2",
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
32   }