blob: 6f56e7bf5e4b5cf5f9d8da3c0c1829a58b5917a9 [file] [log] [blame]
{
"name": "X11Kit.swift",
"module_name": "X11Kit",
"version": "1.0",
"summary": "X11 hash functions Swift adapter.",
"homepage": "https://github.com/horizontalsystems/x11-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"source": {
"git": "https://github.com/horizontalsystems/x11-kit-ios.git",
"tag": "1.0"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "X11Kit/Classes/**/*",
"preserve_paths": [
"X11Kit/Libraries"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/X11Kit/Libraries/include\""
},
"swift_version": "5"
}