[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 7 / OutcastID3 / 0.6.2 / OutcastID3.podspec.json
blobc40fd8aa7cac7ea23f69366fcaa0143523d06bae
2   "name": "OutcastID3",
3   "version": "0.6.2",
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.6.2"
17   },
18   "social_media_url": "https://twitter.com/CrunchyBagel",
19   "swift_versions": "4.0",
20   "platforms": {
21     "ios": "8.0",
22     "watchos": "4.0",
23     "osx": "10.10"
24   },
25   "source_files": "OutcastID3/Classes/**/*"