[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 2 / 9 / LeanCloudObjc / 0.0.1-alpha.2 / LeanCloudObjc.podspec.json
blob475fedbb78ab2c9903536de6da234253ee0e7b15
2   "name": "LeanCloudObjc",
3   "version": "0.0.1-alpha.2",
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": "0.0.1-alpha.2"
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/AVOSCloud/**/*.{h,m}"
28       ],
29       "public_header_files": [
30         "AVOS/LeanCloudObjc/Foundation.h",
31         "AVOS/AVOSCloud/Captcha/LCCaptcha.h",
32         "AVOS/AVOSCloud/Utils/LCDynamicObject.h",
33         "AVOS/AVOSCloud/SMS/LCSMS.h",
34         "AVOS/AVOSCloud/ACL/LCACL.h",
35         "AVOS/AVOSCloud/ACL/LCRole.h",
36         "AVOS/AVOSCloud/Object/LCSaveOption.h",
37         "AVOS/AVOSCloud/Analytics/AVAnalytics.h",
38         "AVOS/AVOSCloud/LCConstants.h",
39         "AVOS/AVOSCloud/AVOSCloud.h",
40         "AVOS/AVOSCloud/CloudCode/LCCloud.h",
41         "AVOS/AVOSCloud/File/LCFile.h",
42         "AVOS/AVOSCloud/Geo/LCGeoPoint.h",
43         "AVOS/AVOSCloud/Object/LCObject+Subclass.h",
44         "AVOS/AVOSCloud/Object/LCObject.h",
45         "AVOS/AVOSCloud/Object/LCRelation.h",
46         "AVOS/AVOSCloud/Object/LCSubclassing.h",
47         "AVOS/AVOSCloud/Push/LCInstallation.h",
48         "AVOS/AVOSCloud/File/LCFileQuery.h",
49         "AVOS/AVOSCloud/Push/LCPush.h",
50         "AVOS/AVOSCloud/Query/LCCloudQueryResult.h",
51         "AVOS/AVOSCloud/Query/LCQuery.h",
52         "AVOS/AVOSCloud/Search/LCSearchQuery.h",
53         "AVOS/AVOSCloud/Search/LCSearchSortBuilder.h",
54         "AVOS/AVOSCloud/Status/LCStatus.h",
55         "AVOS/AVOSCloud/User/AVAnonymousUtils.h",
56         "AVOS/AVOSCloud/User/LCUser.h",
57         "AVOS/AVOSCloud/Utils/LCLogger.h",
58         "AVOS/AVOSCloud/Router/LCRouter.h",
59         "AVOS/AVOSCloud/LCAvailability.h"
60       ],
61       "watchos": {
62         "exclude_files": "AVOS/AVOSCloud/Analytics/*.{h,m}"
63       },
64       "resources": "AVOS/AVOSCloud/LeanCloud_Art.inc",
65       "libraries": "sqlite3"
66     },
67     {
68       "name": "Protobuf+Protocol",
69       "requires_arc": false,
70       "source_files": [
71         "AVOS/AVOSCloudIM/Protobuf/*.{h,m}",
72         "AVOS/AVOSCloudIM/Commands/MessagesProtoOrig.pbobjc.{h,m}"
73       ]
74     },
75     {
76       "name": "Realtime",
77       "platforms": {
78         "ios": "9.0",
79         "osx": "10.10"
80       },
81       "dependencies": {
82         "LeanCloudObjc/Foundation": [
83           "0.0.1-alpha.2"
84         ],
85         "LeanCloudObjc/Protobuf+Protocol": [
86           "0.0.1-alpha.2"
87         ]
88       },
89       "source_files": [
90         "AVOS/LeanCloudObjc/Realtime.h",
91         "AVOS/AVOSCloudIM/**/*.{h,m,c}",
92         "AVOS/AVOSCloudLiveQuery/**/*.{h,m}"
93       ],
94       "public_header_files": [
95         "AVOS/LeanCloudObjc/Realtime.h",
96         "AVOS/AVOSCloudIM/Message/LCIMMessageOption.h",
97         "AVOS/AVOSCloudIM/Conversation/LCIMKeyedConversation.h",
98         "AVOS/AVOSCloudIM/Conversation/LCIMConversationQuery.h",
99         "AVOS/AVOSCloudIM/TypedMessages/LCIMTextMessage.h",
100         "AVOS/AVOSCloudIM/TypedMessages/LCIMRecalledMessage.h",
101         "AVOS/AVOSCloudIM/TypedMessages/LCIMLocationMessage.h",
102         "AVOS/AVOSCloudIM/TypedMessages/LCIMAudioMessage.h",
103         "AVOS/AVOSCloudIM/TypedMessages/LCIMVideoMessage.h",
104         "AVOS/AVOSCloudIM/TypedMessages/LCIMFileMessage.h",
105         "AVOS/AVOSCloudIM/TypedMessages/LCIMTypedMessage.h",
106         "AVOS/AVOSCloudIM/TypedMessages/LCIMImageMessage.h",
107         "AVOS/AVOSCloudIM/Client/LCIMClient.h",
108         "AVOS/AVOSCloudIM/LCIMCommon.h",
109         "AVOS/AVOSCloudIM/Conversation/LCIMConversation.h",
110         "AVOS/AVOSCloudIM/Message/LCIMMessage.h",
111         "AVOS/AVOSCloudIM/Signature/LCIMSignature.h",
112         "AVOS/AVOSCloudIM/Client/LCIMClientProtocol.h",
113         "AVOS/AVOSCloudIM/Conversation/LCIMConversationMemberInfo.h",
114         "AVOS/AVOSCloudIM/Client/LCIMClientInternalConversationManager.h",
115         "AVOS/AVOSCloudIM/AVOSCloudIM.h",
116         "AVOS/AVOSCloudLiveQuery/LCLiveQuery.h",
117         "AVOS/AVOSCloudLiveQuery/AVOSCloudLiveQuery.h"
118       ],
119       "exclude_files": [
120         "AVOS/AVOSCloudIM/Protobuf/*.{h,m}",
121         "AVOS/AVOSCloudIM/Commands/MessagesProtoOrig.pbobjc.{h,m}"
122       ]
123     }
124   ]