blob: b4e8bb8f744183ad183e46b41bb3164b5ece491f [file] [log] [blame]
{
"name": "NuguObjcUtils",
"version": "1.5.0-alpha.1",
"license": "Apache License, Version 2.0",
"summary": "Nugu Utils",
"description": "play encoded data using AVAudioEngine",
"homepage": "https://github.com/nugu-developers/nugu-ios",
"authors": {
"childc": "skimdcc@gmail.com"
},
"source": {
"git": "https://github.com/nugu-developers/nugu-ios.git",
"tag": "1.5.0-alpha.1"
},
"documentation_url": "https://developers.nugu.co.kr",
"platforms": {
"ios": "12.0"
},
"source_files": [
"NuguObjcUtils/Sources/*",
"NuguObjcUtils/include/*.h"
],
"public_header_files": "NuguObjcUtils/include/*.h",
"preserve_paths": "NuguObjcUtils/include/**",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/NuguObjcUtils/NuguObjcUtils/**",
"OTHER_SWIFT_FLAGS": "-DDEPLOY_OTHER_PACKAGE_MANAGER"
}
}