blob: efb538627179cb53b2f316718caf6458f0d464cb [file] [log] [blame]
{
"name": "YMEZAudio",
"version": "0.0.7",
"summary": "the EZAudio's fork",
"description": "add ipod library URL for EZAudioFile",
"homepage": "https://github.com/foreverleely/YMEZAudio",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyang_a": "foreverleely@hotmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/foreverleely/YMEZAudio.git",
"tag": "0.0.7"
},
"exclude_files": [
"EZAudio/TPCircularBuffer.{h,c}",
"EZAudio/EZAudioiOS.h",
"EZAudio/EZAudioOSX.h"
],
"ios": {
"frameworks": [
"AudioToolbox",
"AVFoundation",
"GLKit",
"Accelerate"
]
},
"osx": {
"frameworks": [
"AudioToolbox",
"AudioUnit",
"CoreAudio",
"QuartzCore",
"OpenGL",
"GLKit",
"Accelerate"
]
},
"requires_arc": true,
"default_subspecs": "Full",
"subspecs": [
{
"name": "Core",
"source_files": "EZAudio/*.{h,m,c}"
},
{
"name": "Full",
"dependencies": {
"TPCircularBuffer": [
"1.1"
],
"YMEZAudio/Core": [
]
}
}
]
}