blob: 11214faa30f17fab3689b408d3aa0378a53bb102 [file] [log] [blame]
{
"name": "Clare",
"version": "0.0.9",
"summary": "Clare iOS SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://www.clare.ai",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Clare": "hello@clare.ai"
},
"source": {
"git": "https://github.com/ClareAI/clare_ios_sdk.git",
"tag": "0.0.9"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "Clare.framework"
},
"preserve_paths": "Clare.framework/*",
"module_map": "Clare.framework/Modules/module.modulemap",
"resource_bundles": {
"Clare": [
"Clare/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"CoreGraphics",
"Foundation",
"QuartzCore",
"SystemConfiguration",
"AssetsLibrary",
"CFNetwork",
"CoreTelephony",
"CoreText",
"Photos",
"Speech"
],
"libraries": [
"c++",
"icucore"
],
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Clare",
"OTHER_LDFLAGS": "-l\"stdc++\" -l\"ObjC\" -l\"icucore\" -l\"c++\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"CoreTelephony\" -framework \"QuartzCore\" -framework \"SystemConfiguration\" -framework \"Photos\" -framework \"UIKit\" -framework \"AVFoundation\" -framework \"Foundation\" -framework \"AssetsLibrary\" -framework \"CFNetwork\" -framework \"Speech\""
},
"dependencies": {
"Smooch": [
"6.7.2"
],
"pop": [
"~> 1.0"
],
"CMPopTipView": [
],
"SCSiriWaveformView": [
],
"DGActivityIndicatorView": [
]
}
}