blob: f8d146373b258997164b807383f1074d4beaba88 [file] [log] [blame]
{
"name": "RongCloudIMKit",
"version": "1.5.1",
"summary": "RongCloud IM SDK.",
"description": " RongCloud IM iOS SDK.\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!\n",
"homepage": "http://rongcloud.cn/",
"license": {
"type": "Copyright",
"text": "Copyright 2014 Rong Cloud"
},
"authors": {
"MiaoGuangfa": "miaoguangfa@rongcloud.cn"
},
"social_media_url": "http://blog.rongcloud.cn",
"platforms": {
"ios": "6.0"
},
"source": {
"http": "http://downloads.rongcloud.cn/iOS_IMKit_v_1_5_1.zip"
},
"source_files": "*/Headers/*.h",
"resources": "*/*.bundle",
"vendored_libraries": "*/*.a",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreAudio",
"CoreGraphics",
"CoreLocation",
"CoreImage",
"CoreMedia",
"CoreTelephony",
"CoreVideo",
"Foundation",
"MapKit",
"OpenGLES",
"QuartzCore",
"UIKit",
"SystemConfiguration"
],
"libraries": [
"z",
"xml2",
"stdc++",
"sqlite3",
"c++",
"c++abi"
],
"requires_arc": true,
"deprecated": true
}