[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 1 / 6 / 8 / AudioKit / 2.0 / AudioKit.podspec.json
blob446e82a7111fcb79c7fcd873aee9e10407a7dca4
2   "name": "AudioKit",
3   "version": "2.0",
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-03-26-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}"
25   ],
26   "platforms": {
27     "osx": "10.10",
28     "ios": "8.0"
29   },
30   "osx": {
31     "frameworks": "CsoundLib64",
32     "vendored_frameworks": "AudioKit/Platforms/OSX/CsoundLib64.framework",
33     "source_files": "AudioKit/Platforms/OSX/*.{h,m}"
34   },
35   "ios": {
36     "libraries": [
37       "csound",
38       "sndfile"
39     ],
40     "vendored_libraries": [
41       "AudioKit/Platforms/iOS/libs/libcsound.a",
42       "AudioKit/Platforms/iOS/libs/libsndfile.a"
43     ],
44     "source_files": [
45       "AudioKit/Platforms/iOS/classes/*.{h,m}",
46       "AudioKit/Platforms/iOS/headers/*.{h,hpp}"
47     ]
48   }