[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / d / a / Clare / 3.0.3 / Clare.podspec.json
blobabbcef3b8850913f5bcba2636d2070b477f0be83
2   "name": "Clare",
3   "version": "3.0.3",
4   "summary": "Clare iOS SDK V3",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://www.clare.ai",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Clare": "hello@clare.ai"
13   },
14   "source": {
15     "git": "https://github.com/ClareAI/clare_ios_v3.git",
16     "tag": "3.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "vendored_frameworks": "Clare.framework"
23   },
24   "preserve_paths": "Clare.framework/*",
25   "module_map": "Clare.framework/Modules/module.modulemap",
26   "resource_bundles": {
27     "Clare": [
28       "Clare/Assets/*.png"
29     ]
30   },
31   "frameworks": [
32     "UIKit",
33     "AVFoundation",
34     "CoreGraphics",
35     "Foundation",
36     "QuartzCore",
37     "SystemConfiguration",
38     "AssetsLibrary",
39     "CFNetwork",
40     "CoreTelephony",
41     "CoreText",
42     "Photos",
43     "Speech"
44   ],
45   "libraries": [
46     "c++",
47     "icucore"
48   ],
49   "user_target_xcconfig": {
50     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Clare",
51     "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\""
52   },
53   "dependencies": {
54     "pop": [
55       "~> 1.0"
56     ],
57     "CMPopTipView": [
59     ],
60     "SCSiriWaveformView": [
62     ],
63     "DGActivityIndicatorView": [
65     ],
66     "SocketRocket": [
68     ]
69   }