blob: 64bf4dbcaa1699077ec0370ee40c693c1ca9f2dc [file] [log] [blame]
{
"name": "lf",
"version": "0.3.0",
"summary": "Camera/Microphone streaming library via RTMP/HLS for iOS/OSX",
"description": "lf is a lIVE fRAMEWORK. Camera/Microphone streaming library via RTMP/HLS for iOS/OSX",
"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.3.0"
},
"social_media_url": "http://twitter.com/shogo4405",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"ios": {
"source_files": "Platforms/iOS/*.h"
},
"osx": {
"source_files": "Platforms/MacOS/*.h"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"XCGLogger": [
"~> 3.3"
]
},
"deprecated_in_favor_of": "HaishinKit"
}