[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / d / 8 / OpusSDK / 1.6.2 / OpusSDK.podspec.json
blobdd003b69e3e88f4b6766ca8cc5ff6a8768fd346f
2   "name": "OpusSDK",
3   "version": "1.6.2",
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.6.2"
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   }