blob: 6a5ad303b2d3e90869558087bcbdeb24c05ff298 [file] [log] [blame]
{
"name": "ChatKit",
"version": "0.0.3",
"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.0.3"
},
"source_files": [
"ChatKit",
"ChatKit/**/*.{h,m}"
],
"vendored_frameworks": "ChatKit/Class/Tool/Vendor/VoiceLib/lame.framework",
"resources": "ChatKit/Class/Resource/*",
"requires_arc": true,
"dependencies": {
"AVOSCloud": [
],
"AVOSCloudIM": [
],
"MJRefresh": [
],
"Masonry": [
],
"SDWebImage": [
],
"FMDB": [
],
"UITableView+FDTemplateLayoutCell": [
]
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/ChatKit/Chartboost\""
}
}