blob: 34767b92c8e8c48f974e1df6d64a5352187ab4d7 [file] [log] [blame]
{
"name": "lf",
"version": "0.1.11",
"summary": "iOS Camera/Microphone streaming library via RTMP",
"description": "iOS用のライブ配信ライブラリーです。現在、RTMPでの配信をサポートしています。\n再生に関してはプレビュー的にリリースしています。",
"homepage": "https://github.com/shogo4405/lf.swift",
"license": "New BSD",
"authors": {
"shogo4405": "shogo4405@gmail.com"
},
"social_media_url": "http://twitter.com/shogo4405",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shogo4405/lf.swift.git",
"tag": "0.1.11"
},
"source_files": [
"lf",
"lf/{Core,Codec,ISO,RTMP,Media,Util}/**/*.swift"
],
"dependencies": {
"XCGLogger": [
"~> 3.2"
]
},
"deprecated_in_favor_of": "HaishinKit"
}