blob: a4adf2822f41d53e3c57991bce43c4e5544b233a [file] [log] [blame]
{
"name": "HaishinKit",
"version": "0.11.5",
"summary": "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.",
"swift_versions": "5.0",
"description": "HaishinKit (formerly lf). Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.",
"homepage": "https://github.com/shogo4405/HaishinKit.swift",
"license": "New BSD",
"authors": {
"shogo4405": "shogo4405@gmail.com"
},
"source": {
"git": "https://github.com/shogo4405/HaishinKit.swift.git",
"tag": "0.11.5"
},
"social_media_url": "http://twitter.com/shogo4405",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.2"
},
"ios": {
"source_files": "Platforms/iOS/*.{h,swift}"
},
"osx": {
"source_files": "Platforms/macOS/*.{h,swift}"
},
"tvos": {
"source_files": "Platforms/tvOS/*.{h,swift}"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Logboard": [
"~> 2.1.0"
]
},
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "GLES_SILENCE_DEPRECATION"
},
"swift_version": "5.0"
}