[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / a / Kanna / 5.3.0 / Kanna.podspec.json
blob61b84ac95686f79c4943763d9c0f99aa3b564342
2   "name": "Kanna",
3   "version": "5.3.0",
4   "summary": "Kanna is an XML/HTML parser for iOS/macOS/watchOS/tvOS and Linux.",
5   "homepage": "https://github.com/tid-kijyun/Kanna",
6   "license": "MIT",
7   "authors": {
8     "Atsushi Kiwaki": "tid.develop@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/tid-kijyun/Kanna.git",
12     "tag": "5.3.0"
13   },
14   "social_media_url": "https://twitter.com/_tid_",
15   "swift_versions": "5",
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.13",
19     "tvos": "12.0",
20     "watchos": "4.0",
21     "visionos": "1.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Sources/**/*.swift",
26     "Sources/**/*.h"
27   ],
28   "resource_bundles": {
29     "kanna_privacy": [
30       "Sources/Kanna/PrivacyInfo.xcprivacy"
31     ]
32   },
33   "xcconfig": {
34     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
35     "OTHER_LDFLAGS": "-lxml2"
36   },
37   "swift_version": "5"