[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / 2 / 3 / CCAudioPlayer / 1.0.0 / CCAudioPlayer.podspec.json
blob82aa3114b5d3b81d44605ad0c50995c52dc823c7
2   "name": "CCAudioPlayer",
3   "version": "1.0.0",
4   "summary": "音频播放器",
5   "description": "iOS 音频播放器,支持倍速播放、无缝循环播放、同时播放两个音频等",
6   "homepage": "https://github.com:LuCyCue/CCAuidoPlayer.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lucc": "lccjust123@163.com"
13   },
14   "source": {
15     "git": "git@github.com:LuCyCue/CCAuidoPlayer.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "CCAudioPlayer/Classes/**/*",
22   "frameworks": [
23     "MediaPlayer",
24     "AVFoundation"
25   ],
26   "resource_bundles": {
27     "CCAudioPlayer": [
28       "CCAudioPlayer/Assets/**/*.{mp3,png,m4a}"
29     ]
30   }