[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 6 / 5 / RongCloudOpenSource / 5.8.1 / RongCloudOpenSource.podspec.json
blob57315c49f9b9e6faf4930a8ad3657a3049604e0f
2   "name": "RongCloudOpenSource",
3   "version": "5.8.1",
4   "summary": "RongCloud UI SDK SourceCode.",
5   "description": "RongCloud SDK for iOS.",
6   "homepage": "https://www.rongcloud.cn/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2021 RongCloud"
10   },
11   "authors": {
12     "qixinbing": "https://www.rongcloud.cn/"
13   },
14   "social_media_url": "https://www.rongcloud.cn/",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/rongcloud/ios-ui-sdk-set.git",
20     "tag": "5.8.1"
21   },
22   "requires_arc": true,
23   "static_framework": true,
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "VALID_ARCHS": "arm64 armv7 x86_64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "subspecs": [
32     {
33       "name": "IMKit",
34       "resources": [
35         "Resources/RongCloud.bundle",
36         "Resources/en.lproj",
37         "Resources/zh-Hans.lproj",
38         "Resources/ar.lproj",
39         "Resources/Emoji.plist",
40         "Resources/RCColor.plist",
41         "IMKit/Supporting Files/PrivacyInfo.xcprivacy"
42       ],
43       "source_files": [
44         "IMKit/RongIMKit.h",
45         "IMKit/**/*.{h,m,c}"
46       ],
47       "private_header_files": "IMKit/Utility/Extension/*.h",
48       "frameworks": [
49         "AssetsLibrary",
50         "MapKit",
51         "ImageIO",
52         "CoreLocation",
53         "SystemConfiguration",
54         "QuartzCore",
55         "OpenGLES",
56         "CoreVideo",
57         "CoreTelephony",
58         "CoreMedia",
59         "CoreAudio",
60         "CFNetwork",
61         "AudioToolbox",
62         "AVFoundation",
63         "UIKit",
64         "CoreGraphics",
65         "SafariServices"
66       ],
67       "dependencies": {
68         "RongCloudIM/IMLib": [
69           "5.8.1"
70         ]
71       }
72     },
73     {
74       "name": "RongSticker",
75       "resources": "Resources/RongSticker.bundle",
76       "source_files": [
77         "Sticker/RongSticker.h",
78         "Sticker/**/*.{h,m,c}"
79       ],
80       "private_header_files": [
81         "Sticker/Extension/*.h",
82         "Sticker/Utilities/RCUnzip.h"
83       ],
84       "dependencies": {
85         "RongCloudOpenSource/IMKit": [
87         ]
88       }
89     },
90     {
91       "name": "Sight",
92       "source_files": [
93         "Sight/RongSight.h",
94         "Sight/**/*.{h,m}"
95       ],
96       "private_header_files": "Sight/RCDownloadHelper.h",
97       "dependencies": {
98         "RongCloudOpenSource/IMKit": [
100         ]
101       }
102     },
103     {
104       "name": "IFly",
105       "libraries": "z",
106       "frameworks": [
107         "AddressBook",
108         "SystemConfiguration",
109         "CoreTelephony",
110         "CoreServices",
111         "Contacts"
112       ],
113       "resources": "Resources/RongCloudiFly.bundle",
114       "source_files": [
115         "iFlyKit/RongiFlyKit.h",
116         "iFlyKit/**/*.{h,m}"
117       ],
118       "dependencies": {
119         "RongCloudOpenSource/IMKit": [
121         ]
122       },
123       "vendored_frameworks": "iFlyKit/Engine/iflyMSC.framework"
124     },
125     {
126       "name": "ContactCard",
127       "source_files": [
128         "ContactCard/RongContactCard.h",
129         "ContactCard/**/*.{h,m,c}"
130       ],
131       "private_header_files": "ContactCard/Header/*.h",
132       "dependencies": {
133         "RongCloudOpenSource/IMKit": [
135         ]
136       }
137     },
138     {
139       "name": "LocationKit",
140       "source_files": "locationkit/**/*.{h,m,c}",
141       "dependencies": {
142         "RongCloudOpenSource/IMKit": [
144         ],
145         "RongCloudIM/Location": [
147         ]
148       }
149     },
150     {
151       "name": "RongCallKit",
152       "source_files": [
153         "CallKit/RongCallKit.h",
154         "CallKit/**/*.{h,m,mm}"
155       ],
156       "private_header_files": "CallKit/Header/*.h",
157       "resources": "Resources/RongCallKit.bundle",
158       "dependencies": {
159         "RongCloudOpenSource/IMKit": [
161         ],
162         "RongCloudRTC/RongCallLib": [
164         ]
165       }
166     }
167   ]