[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 2 / YandexSpeechKit / 2.2 / YandexSpeechKit.podspec.json
blob9ab529310137d7348e779ecd005824c3754eb5f6
2   "name": "YandexSpeechKit",
3   "version": "2.2",
4   "summary": "Speech recognition kit by Yandex",
5   "description": "                   Speech recognition kit by Yandex\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "https://tech.yandex.ru/speechkit/mobilesdk/doc/intro/overview/concepts/About-docpage/",
7   "screenshots": "https://yastatic.net/doccenter/images/tech-ru/speechkit/freeze/KXNG6sjS1SRjc7Ua0hBvuAz8suI.png",
8   "license": {
9     "type": "Yandex SpeechKit Mobile SDK Terms of Use",
10     "file": "http://legal.yandex.ru/speechkit/"
11   },
12   "authors": "Yandex",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "http": "http://download.yandex.ru/speechkit/YandexSpeechKit-2.2-ios.zip"
18   },
19   "ios": {
20     "vendored_frameworks": "YandexSpeechKit.framework"
21   },
22   "exclude_files": "samples/*",
23   "public_header_files": "Headers/*.h",
24   "frameworks": [
25     "SystemConfiguration",
26     "CoreLocation",
27     "AudioToolbox",
28     "CoreAudio",
29     "QuartzCore",
30     "UIKit",
31     "Foundation",
32     "CoreGraphics"
33   ],
34   "libraries": [
35     "z",
36     "c++",
37     "YandexSpeechKit"
38   ],
39   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/YandexSpeechKit"
41   }