[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 6 / 5 / RongCloudOpenSource / 5.1.1.1 / RongCloudOpenSource.podspec.json
blob2283a5aee6bc5e36cc49962c324967c23dbab27a
2   "name": "RongCloudOpenSource",
3   "version": "5.1.1.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.1.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       "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.1"
67         ]
68       }
69     },
70     {
71       "name": "RongSticker",
72       "resources": "Resources/RongSticker.bundle",
73       "source_files": [
74         "Sticker/RongSticker.h",
75         "Sticker/**/*.{h,m,c}"
76       ],
77       "dependencies": {
78         "RongCloudOpenSource/IMKit": [
80         ]
81       }
82     },
83     {
84       "name": "Sight",
85       "source_files": [
86         "Sight/RongSight.h",
87         "Sight/**/*.{h,m}"
88       ],
89       "dependencies": {
90         "RongCloudOpenSource/IMKit": [
92         ]
93       }
94     },
95     {
96       "name": "IFly",
97       "libraries": "z",
98       "frameworks": [
99         "AddressBook",
100         "SystemConfiguration",
101         "CoreTelephony",
102         "CoreServices",
103         "Contacts"
104       ],
105       "resources": "Resources/RongCloudiFly.bundle",
106       "source_files": [
107         "iFlyKit/RongiFlyKit.h",
108         "iFlyKit/**/*.{h,m}"
109       ],
110       "dependencies": {
111         "RongCloudOpenSource/IMKit": [
113         ]
114       },
115       "vendored_frameworks": "iFlyKit/Engine/iflyMSC.framework"
116     },
117     {
118       "name": "ContactCard",
119       "source_files": [
120         "ContactCard/RongContactCard.h",
121         "ContactCard/**/*.{h,m,c}"
122       ],
123       "dependencies": {
124         "RongCloudOpenSource/IMKit": [
126         ]
127       }
128     },
129     {
130       "name": "RongCallKit",
131       "source_files": [
132         "CallKit/RongCallKit.h",
133         "CallKit/**/*.{h,m,mm}"
134       ],
135       "resources": "Resources/RongCallKit.bundle",
136       "dependencies": {
137         "RongCloudOpenSource/IMKit": [
139         ],
140         "RongCloudRTC/RongCallLib": [
141           "5.1.1"
142         ]
143       }
144     }
145   ]