[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / d / Fuzi / 0.4.0 / Fuzi.podspec.json
blob65fb7aeb8b06d70c3178787e54f262ec89adca10
2   "name": "Fuzi",
3   "version": "0.4.0",
4   "license": "MIT",
5   "summary": "A fast & lightweight XML & HTML parser in Swift with XPath & CSS support",
6   "homepage": "https://github.com/cezheng/Fuzi",
7   "social_media_url": "https://twitter.com/AdamoCheng",
8   "authors": {
9     "Ce Zheng": "cezheng.cs@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/cezheng/Fuzi.git",
13     "tag": "0.4.0"
14   },
15   "documentation_url": "http://cezheng.github.io/Fuzi",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": "Fuzi/*.swift",
23   "preserve_paths": "libxml2/*",
24   "requires_arc": true,
25   "libraries": "xml2",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
28     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Fuzi/libxml2"
29   }