[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / d / 8 / OpusSDK / 1.7.6 / OpusSDK.podspec.json
blobcb9a1f4a7d5bd1a15db774c335c1120db22efd07
2   "name": "OpusSDK",
3   "version": "1.7.6",
4   "license": "Apache License, Version 2.0",
5   "summary": "Opus codec wrapper",
6   "description": "play encoded data using AVAudioEngine",
7   "homepage": "https://github.com/nugu-developers/nugu-ios",
8   "authors": {
9     "childc": "skimdcc@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nugu-developers/nugu-ios.git",
13     "tag": "1.7.6"
14   },
15   "documentation_url": "https://developers.nugu.co.kr",
16   "platforms": {
17     "ios": "12.0"
18   },
19   "source_files": [
20     "OpusSDK/include/*.h",
21     "OpusSDK/shim.c"
22   ],
23   "public_header_files": "OpusSDK/include/*.h",
24   "preserve_paths": "OpusSDK/include/**",
25   "xcconfig": {
26     "OTHER_SWIFT_FLAGS": "-DDEPLOY_OTHER_PACKAGE_MANAGER"
27   }