| { |
| "name": "GoSwiftyM3U8", |
| "version": "1.0.0", |
| "summary": "GoSwiftyM3U8 is a framework used for parsing and handling .m3u8 files", |
| "description": "GoSwiftyM3U8 is used to parse and handle .m3u8 files.\nIt also allows altering the original text of playlists.", |
| "homepage": "https://github.com/gal-orlanczyk/go-swifty-m3u8", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Gal Orlanczyk": "gal.orlanczyk@outlook.com" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/gal-orlanczyk/go-swifty-m3u8.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "pushed_with_swift_version": "4.0" |
| } |