blob: fc84abd74324c5df53ddb69e9409edcb909fde96 [file] [log] [blame]
{
"name": "AVOSCloudIMGroupChat",
"version": "7.1.0",
"homepage": "https://leancloud.cn/",
"summary": "Group Chat Extension of LeanCloud IM Objective-C SDK",
"authors": "LeanCloud",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/leancloud/objc-sdk.git",
"tag": "7.1.0"
},
"requires_arc": true,
"source_files": [
"AVOS/AVOSCloudIMGroupChat/AVIMReadReceiptMessage.h",
"AVOS/AVOSCloudIMGroupChat/AVOSCloudIMGroupChat.h",
"AVOS/AVOSCloudIMGroupChat/AVIMConversation+GroupChat.h",
"AVOS/AVOSCloudIMGroupChat/AVIMReadReceiptMessage.m",
"AVOS/AVOSCloudIMGroupChat/AVIMConversation+GroupChat.m"
],
"public_header_files": [
"AVOS/AVOSCloudIMGroupChat/AVIMReadReceiptMessage.h",
"AVOS/AVOSCloudIMGroupChat/AVOSCloudIMGroupChat.h",
"AVOS/AVOSCloudIMGroupChat/AVIMConversation+GroupChat.h"
],
"preserve_paths": "AVOS/AVOSCloudIM/Protobuf/google",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/AVOSCloudIM/AVOS/AVOSCloudIM/Protobuf\""
},
"dependencies": {
"AVOSCloudIM": [
"7.1.0"
]
}
}