[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / 5 / RongCloudOpenSource / 5.2.4 / RongCloudOpenSource.podspec.json
blob7169a6641406500ecfa6ffd2d549a935fdefcf96
2   "name": "RongCloudOpenSource",
3   "version": "5.2.4",
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.2.4"
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       ],
42       "source_files": [
43         "IMKit/RongIMKit.h",
44         "IMKit/**/*.{h,m,c}"
45       ],
46       "private_header_files": "IMKit/Utility/Extension/*.h",
47       "frameworks": [
48         "AssetsLibrary",
49         "MapKit",
50         "ImageIO",
51         "CoreLocation",
52         "SystemConfiguration",
53         "QuartzCore",
54         "OpenGLES",
55         "CoreVideo",
56         "CoreTelephony",
57         "CoreMedia",
58         "CoreAudio",
59         "CFNetwork",
60         "AudioToolbox",
61         "AVFoundation",
62         "UIKit",
63         "CoreGraphics",
64         "SafariServices"
65       ],
66       "dependencies": {
67         "RongCloudIM/IMLib": [
68           "5.2.4"
69         ]
70       }
71     },
72     {
73       "name": "RongSticker",
74       "resources": "Resources/RongSticker.bundle",
75       "source_files": [
76         "Sticker/RongSticker.h",
77         "Sticker/**/*.{h,m,c}"
78       ],
79       "private_header_files": [
80         "Sticker/Extension/*.h",
81         "Sticker/Utilities/RCUnzip.h"
82       ],
83       "dependencies": {
84         "RongCloudOpenSource/IMKit": [
86         ]
87       }
88     },
89     {
90       "name": "Sight",
91       "source_files": [
92         "Sight/RongSight.h",
93         "Sight/**/*.{h,m}"
94       ],
95       "private_header_files": "Sight/RCDownloadHelper.h",
96       "dependencies": {
97         "RongCloudOpenSource/IMKit": [
99         ]
100       }
101     },
102     {
103       "name": "IFly",
104       "libraries": "z",
105       "frameworks": [
106         "AddressBook",
107         "SystemConfiguration",
108         "CoreTelephony",
109         "CoreServices",
110         "Contacts"
111       ],
112       "resources": "Resources/RongCloudiFly.bundle",
113       "source_files": [
114         "iFlyKit/RongiFlyKit.h",
115         "iFlyKit/**/*.{h,m}"
116       ],
117       "dependencies": {
118         "RongCloudOpenSource/IMKit": [
120         ]
121       },
122       "vendored_frameworks": "iFlyKit/Engine/iflyMSC.framework"
123     },
124     {
125       "name": "ContactCard",
126       "source_files": [
127         "ContactCard/RongContactCard.h",
128         "ContactCard/**/*.{h,m,c}"
129       ],
130       "private_header_files": "ContactCard/Header/*.h",
131       "dependencies": {
132         "RongCloudOpenSource/IMKit": [
134         ]
135       }
136     },
137     {
138       "name": "LocationKit",
139       "source_files": "locationkit/**/*.{h,m,c}",
140       "dependencies": {
141         "RongCloudOpenSource/IMKit": [
143         ]
144       }
145     },
146     {
147       "name": "RongCallKit",
148       "source_files": [
149         "CallKit/RongCallKit.h",
150         "CallKit/**/*.{h,m,mm}"
151       ],
152       "private_header_files": "CallKit/Header/*.h",
153       "resources": "Resources/RongCallKit.bundle",
154       "dependencies": {
155         "RongCloudOpenSource/IMKit": [
157         ],
158         "RongCloudRTC/RongCallLib": [
160         ]
161       }
162     }
163   ]