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