[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / a / b / BDVoiceRecognition / 0.1.0 / BDVoiceRecognition.podspec.json
blob909579ac7d37e3c7f78ce24aa49c6477451128be
2   "name": "BDVoiceRecognition",
3   "version": "0.1.0",
4   "summary": "A short description of BDVoiceRecognition.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nemoleo/BDVoiceRecognition",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lee": "nemoleo@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/nemoleo/BDVoiceRecognition.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BDVoiceRecognition/**/*.{h,m,cpp}",
22   "frameworks": [
23     "AudioToolbox",
24     "AVFoundation",
25     "SystemConfiguration",
26     "Security",
27     "CFNetwork",
28     "CoreLocation",
29     "OpenGLES",
30     "QuartzCore",
31     "GLKit",
32     "CoreGraphics",
33     "CoreText"
34   ],
35   "libraries": [
36     "stdc++",
37     "c++",
38     "z.1"
39   ],
40   "vendored_libraries": "BDVoiceRecognition/libBDVoiceRecognitionClient/*.a",
41   "public_header_files": "BDVoiceRecognition/Headers/*.h",
42   "user_target_xcconfig": {
43     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
44     "CLANG_CXX_LIBRARY": "libc++",
45     "OTHER_LINKER_FLAGS": "-ObjC"
46   }