[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 2 / 9 / LeanCloudObjc / 13.3.0 / LeanCloudObjc.podspec.json
blobd61bd574d1762c373a97269c827147d59bcaf53b
2   "name": "LeanCloudObjc",
3   "version": "13.3.0",
4   "homepage": "https://leancloud.cn/",
5   "summary": "LeanCloud Objective-C SDK",
6   "authors": "LeanCloud",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/leancloud/objc-sdk.git",
13     "tag": "13.3.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "default_subspecs": "Realtime",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": [
26         "AVOS/LeanCloudObjc/Foundation.h",
27         "AVOS/Sources/Foundation/**/*.{h,m}"
28       ],
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"
59       ],
60       "libraries": "sqlite3"
61     },
62     {
63       "name": "Protobuf+Protocol",
64       "requires_arc": false,
65       "source_files": [
66         "AVOS/Sources/Realtime/IM/Protobuf/*.{h,m}",
67         "AVOS/Sources/Realtime/IM/Commands/MessagesProtoOrig.pbobjc.{h,m}"
68       ]
69     },
70     {
71       "name": "Realtime",
72       "platforms": {
73         "ios": "9.0",
74         "osx": "10.10"
75       },
76       "dependencies": {
77         "LeanCloudObjc/Foundation": [
78           "13.3.0"
79         ],
80         "LeanCloudObjc/Protobuf+Protocol": [
81           "13.3.0"
82         ]
83       },
84       "source_files": [
85         "AVOS/LeanCloudObjc/Realtime.h",
86         "AVOS/Sources/Realtime/IM/**/*.{h,m,c}",
87         "AVOS/Sources/Realtime/LiveQuery/**/*.{h,m}"
88       ],
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"
110       ],
111       "exclude_files": [
112         "AVOS/Sources/Realtime/IM/Protobuf/*.{h,m}",
113         "AVOS/Sources/Realtime/IM/Commands/MessagesProtoOrig.pbobjc.{h,m}"
114       ]
115     }
116   ]