[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 6 / 8 / AudioKit / 2.2 / AudioKit.podspec.json
blob03f5687e280590048ef4b88a49f7ad73c7766343
2   "name": "AudioKit",
3   "version": "2.2",
4   "authors": {
5     "Aurelius Prochazka": "audiokit@audiokit.io"
6   },
7   "license": {
8     "type": "MIT"
9   },
10   "homepage": "http://audiokit.io/",
11   "source": {
12     "git": "https://github.com/audiokit/AudioKit.git",
13     "tag": "v2.2-08-23-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/Sound Fonts/**/*.{h,m}",
24     "AudioKit/Tables/**/*.{h,m}",
25     "AudioKit/Utilities/**/*.{h,m,c}",
26     "AudioKit/Platforms/Common/csound/*.{h,hpp}",
27     "AudioKit/Platforms/Common/*.{h,m}"
28   ],
29   "platforms": {
30     "osx": "10.10",
31     "ios": "8.0"
32   },
33   "public_header_files": [
34     "AudioKit/Core Classes/**/*.h",
35     "AudioKit/Instruments/**/*.h",
36     "AudioKit/Notes/**/*.h",
37     "AudioKit/Operations/**/*.h",
38     "AudioKit/Parameters/**/*.h",
39     "AudioKit/Sequencing/**/*.h",
40     "AudioKit/Sound Fonts/**/*.h",
41     "AudioKit/Tables/**/*.h",
42     "AudioKit/Utilities/**/*.h",
43     "AudioKit/Platforms/Common/*.h"
44   ],
45   "osx": {
46     "frameworks": "CsoundLib",
47     "vendored_frameworks": "AudioKit/Platforms/OSX/CsoundLib.framework"
48   },
49   "ios": {
50     "libraries": [
51       "csound",
52       "sndfile"
53     ],
54     "source_files": [
55       "AudioKit/Platforms/Common/csound/*.{h,hpp}",
56       "AudioKit/Platforms/Common/*.h"
57     ],
58     "vendored_libraries": [
59       "AudioKit/Platforms/iOS/libs/libcsound.a",
60       "AudioKit/Platforms/iOS/libs/libsndfile.a"
61     ]
62   }