[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 2 / 5 / APAudioPlayer / 0.0.2 / APAudioPlayer.podspec.json
blob68695e4feb69b6c7827e6de4534238cead197d8d
2   "name": "APAudioPlayer",
3   "version": "0.0.2",
4   "summary": "Drop-in iOS Audio Player built on top of BASS-library",
5   "homepage": "https://github.com/Alterplay/APAudioPlayer",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Serg Krivoblotsky": "sergey@alterplay.com"
12   },
13   "source": {
14     "git": "https://github.com/Alterplay/APAudioPlayer.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "APAudioPlayer/**/*.{h,m}",
18   "ios": {
19     "vendored_libraries": [
20       "APAudioPlayer/bass/libbass.a",
21       "APAudioPlayer/bass/plugins/bassflac/libbassflac.a",
22       "APAudioPlayer/bass/plugins/bassopus/libbassopus.a",
23       "APAudioPlayer/bass/plugins/basswv/libbasswv.a"
24     ]
25   },
26   "platforms": {
27     "ios": "6.0"
28   },
29   "requires_arc": true,
30   "frameworks": "AVFoundation"