[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 6 / 8 / AudioKit / 2.0.1 / AudioKit.podspec.json
blob1b92d26ad842d7c3b530fcfcc15dc3c004c9f926
2   "name": "AudioKit",
3   "version": "2.0.1",
4   "authors": {
5     "Aurelius Prochazka": "audiokit@audiokit.io"
6   },
7   "license": {
8     "type": "LGPL"
9   },
10   "homepage": "http://audiokit.io/",
11   "source": {
12     "git": "https://github.com/audiokit/AudioKit.git",
13     "tag": "v2.0.1-04-07-2015"
14   },
15   "summary": "Open-source audio synthesis, processing, & analysis platform.",
16   "source_files": [
17     "AudioKit/Core Classes/**/*.{h,m}",
18     "AudioKit/Instruments/**/*.{h,m}",
19     "AudioKit/Notes/**/*.{h,m}",
20     "AudioKit/Operations/**/*.{h,m}",
21     "AudioKit/Parameters/**/*.{h,m}",
22     "AudioKit/Sequencing/**/*.{h,m}",
23     "AudioKit/Tables/**/*.{h,m}",
24     "AudioKit/Utilities/**/*.{h,m,c}"
25   ],
26   "dependencies": {
27     "TPCircularBuffer": [
28       "~> 0.0.1"
29     ]
30   },
31   "platforms": {
32     "osx": "10.10",
33     "ios": "8.0"
34   },
35   "osx": {
36     "frameworks": "CsoundLib64",
37     "vendored_frameworks": "AudioKit/Platforms/OSX/CsoundLib64.framework",
38     "source_files": "AudioKit/Platforms/OSX/*.{h,m}"
39   },
40   "ios": {
41     "libraries": [
42       "csound",
43       "sndfile"
44     ],
45     "vendored_libraries": [
46       "AudioKit/Platforms/iOS/libs/libcsound.a",
47       "AudioKit/Platforms/iOS/libs/libsndfile.a"
48     ],
49     "source_files": [
50       "AudioKit/Platforms/iOS/classes/*.{h,m}",
51       "AudioKit/Platforms/iOS/headers/*.{h,hpp}"
52     ]
53   }