[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / 5 / RongCloudOpenSource / 5.1.4 / RongCloudOpenSource.podspec.json
blob003df605225fe785a8616328248b7e1afd6a074a
2   "name": "RongCloudOpenSource",
3   "version": "5.1.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.1.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.1.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": "Sticker/Extension/*.h",
80       "dependencies": {
81         "RongCloudOpenSource/IMKit": [
83         ]
84       }
85     },
86     {
87       "name": "Sight",
88       "source_files": [
89         "Sight/RongSight.h",
90         "Sight/**/*.{h,m}"
91       ],
92       "private_header_files": "Sight/RCDownloadHelper.h",
93       "dependencies": {
94         "RongCloudOpenSource/IMKit": [
96         ]
97       }
98     },
99     {
100       "name": "IFly",
101       "libraries": "z",
102       "frameworks": [
103         "AddressBook",
104         "SystemConfiguration",
105         "CoreTelephony",
106         "CoreServices",
107         "Contacts"
108       ],
109       "resources": "Resources/RongCloudiFly.bundle",
110       "source_files": [
111         "iFlyKit/RongiFlyKit.h",
112         "iFlyKit/**/*.{h,m}"
113       ],
114       "dependencies": {
115         "RongCloudOpenSource/IMKit": [
117         ]
118       },
119       "vendored_frameworks": "iFlyKit/Engine/iflyMSC.framework"
120     },
121     {
122       "name": "ContactCard",
123       "source_files": [
124         "ContactCard/RongContactCard.h",
125         "ContactCard/**/*.{h,m,c}"
126       ],
127       "private_header_files": "ContactCard/Header/*.h",
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       "private_header_files": "CallKit/Header/*.h",
141       "resources": "Resources/RongCallKit.bundle",
142       "dependencies": {
143         "RongCloudOpenSource/IMKit": [
145         ],
146         "RongCloudRTC/RongCallLib": [
147           "5.1.4"
148         ]
149       }
150     }
151   ]