[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 6 / 5 / RongCloudOpenSource / 5.1.0 / RongCloudOpenSource.podspec.json
blob77724c42fd3ab57ae3039eae6c8542b98a33fb73
2   "name": "RongCloudOpenSource",
3   "version": "5.1.0",
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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/rongcloud/ios-ui-sdk-set.git",
20     "tag": "5.1.0"
21   },
22   "requires_arc": true,
23   "static_framework": true,
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "subspecs": [
31     {
32       "name": "IMKit",
33       "resources": [
34         "IMKit/Resource/ar.lproj/RongCloudKit.strings",
35         "IMKit/Resource/en.lproj/RongCloudKit.strings",
36         "IMKit/Resource/zh-Hans.lproj/RongCloudKit.strings",
37         "IMKit/Resource/Emoji.plist",
38         "IMKit/Resource/RCColor.plist",
39         "IMKit/Resource/RongCloud.bundle"
40       ],
41       "source_files": [
42         "IMKit/RongIMKit.h",
43         "IMKit/**/*.{h,m,c}"
44       ],
45       "frameworks": [
46         "AssetsLibrary",
47         "MapKit",
48         "ImageIO",
49         "CoreLocation",
50         "SystemConfiguration",
51         "QuartzCore",
52         "OpenGLES",
53         "CoreVideo",
54         "CoreTelephony",
55         "CoreMedia",
56         "CoreAudio",
57         "CFNetwork",
58         "AudioToolbox",
59         "AVFoundation",
60         "UIKit",
61         "CoreGraphics",
62         "SafariServices"
63       ],
64       "dependencies": {
65         "RongCloudIM/IMLib": [
66           "5.1.0"
67         ]
68       }
69     },
70     {
71       "name": "RongSticker",
72       "resources": [
73         "Sticker/Resource/ar.lproj/RongSticker.strings",
74         "Sticker/Resource/en.lproj/RongSticker.strings",
75         "Sticker/Resource/zh-Hans.lproj/RongSticker.strings",
76         "Sticker/Resource/RongSticker.bundle"
77       ],
78       "source_files": [
79         "Sticker/RongSticker.h",
80         "Sticker/**/*.{h,m,c}"
81       ],
82       "dependencies": {
83         "RongCloudOpenSource/IMKit": [
85         ]
86       }
87     },
88     {
89       "name": "Sight",
90       "source_files": [
91         "Sight/RongSight.h",
92         "Sight/**/*.{h,m}"
93       ],
94       "dependencies": {
95         "RongCloudOpenSource/IMKit": [
97         ]
98       }
99     },
100     {
101       "name": "IFly",
102       "libraries": "z",
103       "frameworks": [
104         "AddressBook",
105         "SystemConfiguration",
106         "CoreTelephony",
107         "CoreServices",
108         "Contacts"
109       ],
110       "resources": "iFlyKit/Resource/RongCloudiFly.bundle",
111       "source_files": [
112         "iFlyKit/RongiFlyKit.h",
113         "iFlyKit/**/*.{h,m}"
114       ],
115       "dependencies": {
116         "RongCloudOpenSource/IMKit": [
118         ]
119       },
120       "vendored_frameworks": "iFlyKit/Engine/iflyMSC.framework"
121     },
122     {
123       "name": "ContactCard",
124       "source_files": [
125         "ContactCard/RongContactCard.h",
126         "ContactCard/**/*.{h,m,c}"
127       ],
128       "dependencies": {
129         "RongCloudOpenSource/IMKit": [
131         ]
132       }
133     },
134     {
135       "name": "RongCallKit",
136       "source_files": [
137         "CallKit/RongCallKit.h",
138         "CallKit/**/*.{h,m,mm}"
139       ],
140       "resources": [
141         "CallKit/Resources/ar.lproj/RongCallKit.strings",
142         "CallKit/Resources/en.lproj/RongCallKit.strings",
143         "CallKit/Resources/zh-Hans.lproj/RongCallKit.strings",
144         "CallKit/Resources/RongCallKit.bundle"
145       ],
146       "dependencies": {
147         "RongCloudOpenSource/IMKit": [
149         ],
150         "RongCloudRTC/RongCallLib": [
151           "5.1.0"
152         ]
153       }
154     }
155   ]