2 "name": "LeanCloudObjc",
4 "homepage": "https://leancloud.cn/",
5 "summary": "LeanCloud Objective-C SDK",
6 "authors": "LeanCloud",
8 "type": "Apache License, Version 2.0",
12 "git": "https://github.com/leancloud/objc-sdk.git",
21 "default_subspecs": "Realtime",
26 "AVOS/LeanCloudObjc/Foundation.h",
27 "AVOS/Sources/Foundation/**/*.{h,m}"
29 "public_header_files": [
30 "AVOS/LeanCloudObjc/Foundation.h",
31 "AVOS/Sources/Foundation/Captcha/LCCaptcha.h",
32 "AVOS/Sources/Foundation/Utils/LCDynamicObject.h",
33 "AVOS/Sources/Foundation/SMS/LCSMS.h",
34 "AVOS/Sources/Foundation/Leaderboard/LCLeaderboard.h",
35 "AVOS/Sources/Foundation/ACL/LCACL.h",
36 "AVOS/Sources/Foundation/ACL/LCRole.h",
37 "AVOS/Sources/Foundation/Object/LCSaveOption.h",
38 "AVOS/Sources/Foundation/LCApplication.h",
39 "AVOS/Sources/Foundation/CloudCode/LCCloud.h",
40 "AVOS/Sources/Foundation/File/LCFile.h",
41 "AVOS/Sources/Foundation/Geo/LCGeoPoint.h",
42 "AVOS/Sources/Foundation/Object/LCObject+Subclass.h",
43 "AVOS/Sources/Foundation/Object/LCObject.h",
44 "AVOS/Sources/Foundation/Object/LCRelation.h",
45 "AVOS/Sources/Foundation/Object/LCSubclassing.h",
46 "AVOS/Sources/Foundation/Push/LCInstallation.h",
47 "AVOS/Sources/Foundation/File/LCFileQuery.h",
48 "AVOS/Sources/Foundation/Push/LCPush.h",
49 "AVOS/Sources/Foundation/Query/LCCloudQueryResult.h",
50 "AVOS/Sources/Foundation/Query/LCQuery.h",
51 "AVOS/Sources/Foundation/Search/LCSearchQuery.h",
52 "AVOS/Sources/Foundation/Search/LCSearchSortBuilder.h",
53 "AVOS/Sources/Foundation/Status/LCStatus.h",
54 "AVOS/Sources/Foundation/User/LCUser.h",
55 "AVOS/Sources/Foundation/User/LCFriendship.h",
56 "AVOS/Sources/Foundation/Utils/LCLogger.h",
57 "AVOS/Sources/Foundation/Utils/LCErrorUtils.h",
58 "AVOS/Sources/Foundation/Utils/LCUtils.h"
60 "libraries": "sqlite3"
63 "name": "Protobuf+Protocol",
64 "requires_arc": false,
66 "AVOS/Sources/Realtime/IM/Protobuf/*.{h,m}",
67 "AVOS/Sources/Realtime/IM/Commands/MessagesProtoOrig.pbobjc.{h,m}"
77 "LeanCloudObjc/Foundation": [
80 "LeanCloudObjc/Protobuf+Protocol": [
85 "AVOS/LeanCloudObjc/Realtime.h",
86 "AVOS/Sources/Realtime/IM/**/*.{h,m,c}",
87 "AVOS/Sources/Realtime/LiveQuery/**/*.{h,m}"
89 "public_header_files": [
90 "AVOS/LeanCloudObjc/Realtime.h",
91 "AVOS/Sources/Realtime/IM/Message/LCIMMessageOption.h",
92 "AVOS/Sources/Realtime/IM/Conversation/LCIMKeyedConversation.h",
93 "AVOS/Sources/Realtime/IM/Conversation/LCIMConversationQuery.h",
94 "AVOS/Sources/Realtime/IM/TypedMessages/LCIMTextMessage.h",
95 "AVOS/Sources/Realtime/IM/TypedMessages/LCIMRecalledMessage.h",
96 "AVOS/Sources/Realtime/IM/TypedMessages/LCIMLocationMessage.h",
97 "AVOS/Sources/Realtime/IM/TypedMessages/LCIMAudioMessage.h",
98 "AVOS/Sources/Realtime/IM/TypedMessages/LCIMVideoMessage.h",
99 "AVOS/Sources/Realtime/IM/TypedMessages/LCIMFileMessage.h",
100 "AVOS/Sources/Realtime/IM/TypedMessages/LCIMTypedMessage.h",
101 "AVOS/Sources/Realtime/IM/TypedMessages/LCIMImageMessage.h",
102 "AVOS/Sources/Realtime/IM/Client/LCIMClient.h",
103 "AVOS/Sources/Realtime/IM/LCIMCommon.h",
104 "AVOS/Sources/Realtime/IM/Conversation/LCIMConversation.h",
105 "AVOS/Sources/Realtime/IM/Message/LCIMMessage.h",
106 "AVOS/Sources/Realtime/IM/Signature/LCIMSignature.h",
107 "AVOS/Sources/Realtime/IM/Client/LCIMClientProtocol.h",
108 "AVOS/Sources/Realtime/IM/Conversation/LCIMConversationMemberInfo.h",
109 "AVOS/Sources/Realtime/LiveQuery/LCLiveQuery.h"
112 "AVOS/Sources/Realtime/IM/Protobuf/*.{h,m}",
113 "AVOS/Sources/Realtime/IM/Commands/MessagesProtoOrig.pbobjc.{h,m}"