blob: d329b8e99a8bf70826370491dce06e72c15055eb [file] [log] [blame]
{
"name": "LeanChatLib",
"version": "0.3.2",
"summary": "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features.",
"homepage": "https://github.com/leancloud/leanchat-ios",
"license": "MIT",
"authors": {
"LeanCloud": "support@leancloud.cn"
},
"source": {
"git": "https://github.com/leancloud/leanchat-ios.git",
"tag": "0.3.2"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"MobileCoreServices",
"AVFoundation",
"CoreLocation",
"MediaPlayer",
"CoreMedia",
"CoreText",
"AudioToolbox",
"MapKit",
"ImageIO",
"SystemConfiguration",
"CFNetwork",
"QuartzCore",
"Security",
"CoreTelephony"
],
"platforms": {
"ios": "7.0"
},
"source_files": "LeanChatLib/Classes/**/*.{h,m}",
"resources": "LeanChatLib/Resources/*",
"libraries": [
"icucore",
"sqlite3"
],
"requires_arc": true,
"dependencies": {
"AVOSCloud": [
],
"AVOSCloudIM": [
],
"JSBadgeView": [
"1.4.1"
],
"DateTools": [
"1.5.0"
],
"FMDB": [
"2.5"
],
"SDWebImage": [
]
}
}