blob: a104ef866b4fb3e6e6ce818408bc7d6f754f4019 [file] [log] [blame]
{
"name": "ChatKit",
"version": "0.1.1",
"summary": "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features.",
"homepage": "https://github.com/LeanCloud/ChatKit-OC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LeanCloud": "support@leancloud.cn"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"MobileCoreServices",
"AVFoundation",
"CoreLocation",
"MediaPlayer",
"CoreMedia",
"CoreText",
"AudioToolbox",
"MapKit",
"ImageIO",
"SystemConfiguration",
"CFNetwork",
"QuartzCore",
"Security",
"CoreTelephony"
],
"source": {
"git": "https://github.com/LeanCloud/ChatKit-OC.git",
"tag": "0.1.1"
},
"source_files": [
"ChatKit",
"ChatKit/**/*.{h,m}"
],
"vendored_frameworks": "ChatKit/Class/Tool/Vendor/VoiceLib/lame.framework",
"resources": [
"ChatKit/Class/Resources/*",
"ChatKit/**/*.xib"
],
"requires_arc": true,
"dependencies": {
"AVOSCloud": [
],
"AVOSCloudIM": [
],
"MJRefresh": [
],
"Masonry": [
],
"SDWebImage": [
],
"FMDB": [
],
"UITableView+FDTemplateLayoutCell": [
],
"FDStackView": [
]
}
}