| { |
| "name": "YTLiveStreaming", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "description": "YTLiveStreaming is a framework which lets create live broadcasts and video streams on YouTube using the YouTube Live Streaming API.", |
| "summary": "YTLiveStreaming is a YouTube Live Streaming Framework", |
| "requires_arc": true, |
| "version": "0.1.9", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Sergey Krotkih": "sergey.krotkih@gmail.com" |
| }, |
| "homepage": "https://github.com/SKrotkih/YTLiveStreaming.git", |
| "source": { |
| "git": "https://github.com/SKrotkih/YTLiveStreaming.git", |
| "tag": "0.1.9" |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Moya": [ |
| "8.0.0-beta.6" |
| ], |
| "AlamofireOauth2": [ |
| |
| ], |
| "LFLiveKit": [ |
| |
| ], |
| "SwiftyJSON": [ |
| |
| ] |
| }, |
| "source_files": "YTLiveStreaming/**/*.{swift,h,m}", |
| "public_header_files": [ |
| "YTLiveStreaming/YTLiveStreaming.h" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |