[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 3 / d / Fuzi / 2.0.1 / Fuzi.podspec.json
blob3101864043cf708d7aa33f22b738b4ac736c43a9
2   "name": "Fuzi",
3   "version": "2.0.1",
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": "2.0.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source_files": "Sources/*.swift",
22   "preserve_paths": "libxml2/*",
23   "requires_arc": true,
24   "libraries": "xml2",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
27     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Fuzi/libxml2"
28   },
29   "pushed_with_swift_version": "4.0"