| { |
| "name": "OutcastID3", |
| "version": "0.6.6", |
| "summary": "A simple Swift library to read ID3 tags from MP3s.", |
| "description": "Read and write MP3 file ID3 data. Includes support for chapters.", |
| "homepage": "https://github.com/CrunchyBagel/OutcastID3", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Crunchy Bagel": "hello@crunchybagel.com" |
| }, |
| "source": { |
| "git": "https://github.com/CrunchyBagel/OutcastID3.git", |
| "tag": "0.6.6" |
| }, |
| "social_media_url": "https://twitter.com/CrunchyBagel", |
| "swift_versions": "4.0", |
| "platforms": { |
| "ios": "8.0", |
| "watchos": "4.0", |
| "osx": "10.11" |
| }, |
| "source_files": "OutcastID3/Classes/**/*", |
| "swift_version": "4.0" |
| } |