[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 4 / 2 / HXHpple / 0.1.0 / HXHpple.podspec.json
blobb689ef664b1a41028488ca1812fc054684af6c6f
2   "name": "HXHpple",
3   "version": "0.1.0",
4   "summary": "A nice Objective-C wrapper on the XPathQuery library for parsing HTML.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/TheLittleBoy/HXHpple",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TheLittleBoy": "wangxa@edu-edu.com.cn"
13   },
14   "source": {
15     "git": "https://github.com/TheLittleBoy/HXHpple.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "HXHpple/Classes/**/*",
22   "libraries": "xml2",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "resource_bundles": {
27     "HXHpple": [
28       "privacy/PrivacyInfo.xcprivacy"
29     ]
30   }