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