[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / a / 7 / OutcastID3 / 0.3.0 / OutcastID3.podspec.json
blob340dffd62900cee3b90e1f556bd85f173727d6d4
2   "name": "OutcastID3",
3   "version": "0.3.0",
4   "summary": "A simple Swift library to read ID3 tags from MP3s.",
5   "description": "Read and write MP3 file ID3 data. Includes support for chapters.",
6   "homepage": "https://github.com/CrunchyBagel/OutcastID3",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Crunchy Bagel": "hello@crunchybagel.com"
13   },
14   "source": {
15     "git": "https://github.com/CrunchyBagel/OutcastID3.git",
16     "tag": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/CrunchyBagel",
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "8.0",
22     "watchos": "4.0"
23   },
24   "source_files": "OutcastID3/Classes/**/*"