blob: 8de8383afadadfcf2b6d3246ebbea6fe2f752372 [file] [log] [blame]
{
"name": "HaishinKit",
"version": "0.11.0",
"summary": "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.",
"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.0"
},
"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"
]
}
}