[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 9 / a / 1 / YMEZAudio / 0.0.7 / YMEZAudio.podspec.json
blobefb538627179cb53b2f316718caf6458f0d464cb
2   "name": "YMEZAudio",
3   "version": "0.0.7",
4   "summary": "the EZAudio's fork",
5   "description": "add ipod library URL for EZAudioFile",
6   "homepage": "https://github.com/foreverleely/YMEZAudio",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liyang_a": "foreverleely@hotmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/foreverleely/YMEZAudio.git",
20     "tag": "0.0.7"
21   },
22   "exclude_files": [
23     "EZAudio/TPCircularBuffer.{h,c}",
24     "EZAudio/EZAudioiOS.h",
25     "EZAudio/EZAudioOSX.h"
26   ],
27   "ios": {
28     "frameworks": [
29       "AudioToolbox",
30       "AVFoundation",
31       "GLKit",
32       "Accelerate"
33     ]
34   },
35   "osx": {
36     "frameworks": [
37       "AudioToolbox",
38       "AudioUnit",
39       "CoreAudio",
40       "QuartzCore",
41       "OpenGL",
42       "GLKit",
43       "Accelerate"
44     ]
45   },
46   "requires_arc": true,
47   "default_subspecs": "Full",
48   "subspecs": [
49     {
50       "name": "Core",
51       "source_files": "EZAudio/*.{h,m,c}"
52     },
53     {
54       "name": "Full",
55       "dependencies": {
56         "TPCircularBuffer": [
57           "1.1"
58         ],
59         "YMEZAudio/Core": [
61         ]
62       }
63     }
64   ]