[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 3 / f / 1 / RongCloudIM / 2.8.2 / RongCloudIM.podspec.json
blob13d7fe8c81f9f82227a7e3d7f2e77be2f992eac8
2   "name": "RongCloudIM",
3   "version": "2.8.2",
4   "summary": "RongCloud IM SDK.",
5   "description": "RongCloud IM SDK for iOS.\n\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "http://rongcloud.cn/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2014 Rong Cloud"
10   },
11   "authors": {
12     "litao": "litao@rongcloud.cn"
13   },
14   "social_media_url": "http://www.rongcloud.cn",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "http": "http://downloads.rongcloud.cn/Rong_Cloud_iOS_IM_SDK_v2_8_2_Dev.zip"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "IMLib",
25       "vendored_frameworks": "RongCloudIM/RongIMLib.framework",
26       "libraries": [
27         "stdc++",
28         "sqlite3"
29       ],
30       "resources": "RongCloudIM/RCConfig.plist",
31       "xcconfig": {
32         "OTHER_LDFLAGS": "-ObjC"
33       },
34       "vendored_libraries": "RongCloudIM/libopencore-amrnb.a"
35     },
36     {
37       "name": "IMKit",
38       "resources": [
39         "RongCloudIM/RongCloud.bundle",
40         "RongCloudIM/en.lproj",
41         "RongCloudIM/zh-Hans.lproj",
42         "RongCloudIM/Emoji.plist"
43       ],
44       "vendored_frameworks": "RongCloudIM/RongIMKit.framework",
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": [
67         ]
68       }
69     },
70     {
71       "name": "CallLib",
72       "vendored_frameworks": [
73         "RongCloudIM/RongCallLib.framework",
74         "RongCloudIM/AgoraRtcEngineKit.framework"
75       ],
76       "libraries": [
77         "z",
78         "xml2",
79         "stdc++",
80         "sqlite3",
81         "c++",
82         "c++abi"
83       ],
84       "frameworks": [
85         "SystemConfiguration",
86         "CoreVideo",
87         "CoreTelephony",
88         "CoreMedia",
89         "CoreAudio",
90         "CFNetwork",
91         "AudioToolbox",
92         "AVFoundation",
93         "UIKit",
94         "CoreGraphics",
95         "CoreMotion",
96         "VideoToolbox"
97       ],
98       "dependencies": {
99         "RongCloudIM/IMLib": [
101         ]
102       }
103     },
104     {
105       "name": "CallKit",
106       "vendored_frameworks": "RongCloudIM/RongCallKit.framework",
107       "libraries": [
108         "z",
109         "xml2",
110         "stdc++",
111         "sqlite3",
112         "c++",
113         "c++abi"
114       ],
115       "frameworks": [
116         "AssetsLibrary",
117         "MapKit",
118         "ImageIO",
119         "CoreLocation",
120         "SystemConfiguration",
121         "QuartzCore",
122         "OpenGLES",
123         "CoreVideo",
124         "CoreTelephony",
125         "CoreMedia",
126         "CoreAudio",
127         "CFNetwork",
128         "AudioToolbox",
129         "AVFoundation",
130         "UIKit",
131         "CoreGraphics"
132       ],
133       "dependencies": {
134         "RongCloudIM/CallLib": [
136         ],
137         "RongCloudIM/IMKit": [
139         ]
140       }
141     },
142     {
143       "name": "RedPacket",
144       "vendored_frameworks": [
145         "RongCloudIM/JrmfIMLib/JrmfPacketKit.framework",
146         "RongCloudIM/JrmfIMLib/JYangToolKit.framework",
147         "RongCloudIM/AlipaySDK/AlipaySDK.framework"
148       ],
149       "resources": [
150         "RongCloudIM/JrmfIMLib/JResource.bundle",
151         "RongCloudIM/JrmfIMLib/en.lproj",
152         "RongCloudIM/JrmfIMLib/zh-Hans.lproj",
153         "RongCloudIM/AlipaySDK/AlipaySDK.bundle"
154       ],
155       "libraries": [
156         "z",
157         "xml2",
158         "stdc++",
159         "sqlite3",
160         "c++",
161         "c++abi"
162       ],
163       "frameworks": [
164         "AssetsLibrary",
165         "MapKit",
166         "ImageIO",
167         "CoreLocation",
168         "SystemConfiguration",
169         "QuartzCore",
170         "OpenGLES",
171         "CoreVideo",
172         "CoreTelephony",
173         "CoreMedia",
174         "CoreAudio",
175         "CFNetwork",
176         "AudioToolbox",
177         "AVFoundation",
178         "UIKit",
179         "CoreGraphics",
180         "CoreMotion",
181         "CoreText"
182       ],
183       "dependencies": {
184         "RongCloudIM/IMKit": [
186         ]
187       }
188     }
189   ]