[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / 5 / RongCloudOpenSource / 5.1.2.1 / RongCloudOpenSource.podspec.json
blobef4c5c88b7cb91f16f107acfaed606da11a1e694
2   "name": "RongCloudOpenSource",
3   "version": "5.1.2.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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/rongcloud/ios-ui-sdk-set.git",
20     "tag": "5.1.2.1"
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         "Resources/RongCloud.bundle",
35         "Resources/en.lproj",
36         "Resources/zh-Hans.lproj",
37         "Resources/ar.lproj",
38         "Resources/Emoji.plist",
39         "Resources/RCColor.plist"
40       ],
41       "source_files": [
42         "IMKit/RongIMKit.h",
43         "IMKit/**/*.{h,m,c}"
44       ],
45       "private_header_files": "IMKit/Utility/Extension/*.h",
46       "frameworks": [
47         "AssetsLibrary",
48         "MapKit",
49         "ImageIO",
50         "CoreLocation",
51         "SystemConfiguration",
52         "QuartzCore",
53         "OpenGLES",
54         "CoreVideo",
55         "CoreTelephony",
56         "CoreMedia",
57         "CoreAudio",
58         "CFNetwork",
59         "AudioToolbox",
60         "AVFoundation",
61         "UIKit",
62         "CoreGraphics",
63         "SafariServices"
64       ],
65       "dependencies": {
66         "RongCloudIM/IMLib": [
67           "5.1.2"
68         ]
69       }
70     },
71     {
72       "name": "RongSticker",
73       "resources": "Resources/RongSticker.bundle",
74       "source_files": [
75         "Sticker/RongSticker.h",
76         "Sticker/**/*.{h,m,c}"
77       ],
78       "private_header_files": "Sticker/Extension/*.h",
79       "dependencies": {
80         "RongCloudOpenSource/IMKit": [
82         ]
83       }
84     },
85     {
86       "name": "Sight",
87       "source_files": [
88         "Sight/RongSight.h",
89         "Sight/**/*.{h,m}"
90       ],
91       "private_header_files": "Sight/RCDownloadHelper.h",
92       "dependencies": {
93         "RongCloudOpenSource/IMKit": [
95         ]
96       }
97     },
98     {
99       "name": "IFly",
100       "libraries": "z",
101       "frameworks": [
102         "AddressBook",
103         "SystemConfiguration",
104         "CoreTelephony",
105         "CoreServices",
106         "Contacts"
107       ],
108       "resources": "Resources/RongCloudiFly.bundle",
109       "source_files": [
110         "iFlyKit/RongiFlyKit.h",
111         "iFlyKit/**/*.{h,m}"
112       ],
113       "dependencies": {
114         "RongCloudOpenSource/IMKit": [
116         ]
117       },
118       "vendored_frameworks": "iFlyKit/Engine/iflyMSC.framework"
119     },
120     {
121       "name": "ContactCard",
122       "source_files": [
123         "ContactCard/RongContactCard.h",
124         "ContactCard/**/*.{h,m,c}"
125       ],
126       "private_header_files": "ContactCard/Header/*.h",
127       "dependencies": {
128         "RongCloudOpenSource/IMKit": [
130         ]
131       }
132     },
133     {
134       "name": "RongCallKit",
135       "source_files": [
136         "CallKit/RongCallKit.h",
137         "CallKit/**/*.{h,m,mm}"
138       ],
139       "private_header_files": "CallKit/Header/*.h",
140       "resources": "Resources/RongCallKit.bundle",
141       "dependencies": {
142         "RongCloudOpenSource/IMKit": [
144         ],
145         "RongCloudRTC/RongCallLib": [
146           "5.1.2"
147         ]
148       }
149     }
150   ]