blob: 83c84d9f25e03643fea253c34075ec6469bf1419 [file] [log] [blame]
{
"name": "lf",
"version": "0.5.1",
"summary": "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS.",
"description": "lf is a lIVE fRAMEWORK. Camera and Microphone streaming library via RTMP, HLS for iOS, macOS.",
"homepage": "https://github.com/shogo4405/lf.swift",
"license": "New BSD",
"authors": {
"shogo4405": "shogo4405@gmail.com"
},
"source": {
"git": "https://github.com/shogo4405/lf.swift.git",
"tag": "0.5.1"
},
"social_media_url": "http://twitter.com/shogo4405",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"ios": {
"source_files": "Platforms/iOS/*.{h,swift}"
},
"osx": {
"source_files": "Platforms/macOS/*.{h,swift}"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"XCGLogger": [
"~> 4.0.0"
]
},
"deprecated_in_favor_of": "HaishinKit"
}