[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / a / Kanna / 4.0.1 / Kanna.podspec.json
blob217a9dfef0c82b6c79a0251cacf2bea08586a2de
2   "name": "Kanna",
3   "version": "4.0.1",
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": "4.0.1"
13   },
14   "social_media_url": "https://twitter.com/_tid_",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "preserve_paths": "Modules/*",
23   "source_files": [
24     "Sources/**/*.swift",
25     "Sources/**/*.h"
26   ],
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
29     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Kanna/Modules"
30   }