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