| { |
| "name": "YTLiveStreaming", |
| "platforms": { |
| "ios": "11.2" |
| }, |
| "description": "YTLiveStreaming is a framework which lets create live broadcasts and video streams on YouTube using the YouTube Live Streaming API.", |
| "summary": "YTLiveStreaming is an YouTube Live Streaming Framework", |
| "requires_arc": true, |
| "version": "0.2.19", |
| "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.2.19" |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Moya": [ |
| "14.0" |
| ], |
| "SwiftyJSON": [ |
| |
| ], |
| "KeychainAccess": [ |
| |
| ] |
| }, |
| "source_files": "YTLiveStreaming/**/*.{swift,h,m}", |
| "public_header_files": [ |
| "YTLiveStreaming/YTLiveStreaming.h" |
| ] |
| } |