[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / a / Kanna / 1.1.0 / Kanna.podspec.json
blob0c2b5f7fe9f519577cfc9b9b318a057849242963
2   "name": "Kanna",
3   "version": "1.1.0",
4   "summary": "Kanna is an XML/HTML parser for iOS/Mac OS X.",
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": "1.1.0"
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   "source_files": [
23     "Sources/**/*.swift",
24     "Sources/**/*.h"
25   ],
26   "libraries": "xml2",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   }