[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / 1 / CRIMSDK / 1.0.1 / CRIMSDK.podspec.json
blob8eaa1d2222b9d17359ffd6f52b020f675398bd9a
2   "name": "CRIMSDK",
3   "version": "1.0.1",
4   "summary": "CRIM-SDK",
5   "description": "CRIMSDK:iOS版本IM SDK 可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。",
6   "homepage": "https://github.com/cloudroomSDK/CRIM-SDK-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CRIM": "https://github.com/cloudroomSDK/CRIM-SDK-iOS"
13   },
14   "source": {
15     "git": "https://github.com/cloudroomSDK/CRIM-SDK-iOS.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "public_header_files": "CRIMSDK/CRIMSDK.h",
22   "source_files": "CRIMSDK/CRIMSDK.h",
23   "xcconfig": {
24     "VALID_ARCHS": "armv7s arm64 x86_64"
25   },
26   "pod_target_xcconfig": {
27     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
28     "DEFINES_MODULE": "YES"
29   },
30   "frameworks": "SystemConfiguration",
31   "static_framework": true,
32   "dependencies": {
33     "CRIMSDKCore": [
34       "1.0.0"
35     ],
36     "MJExtension": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Utils",
43       "source_files": "CRIMSDK/Utils/*.{h,m}"
44     },
45     {
46       "name": "CallbackProxy",
47       "dependencies": {
48         "CRIMSDK/Utils": [
50         ]
51       },
52       "source_files": "CRIMSDK/CallbackProxy/*.{h,m}"
53     },
54     {
55       "name": "Model",
56       "dependencies": {
57         "CRIMSDK/Utils": [
59         ]
60       },
61       "source_files": "CRIMSDK/Model/*.{h,m}"
62     },
63     {
64       "name": "Interface",
65       "dependencies": {
66         "CRIMSDK/Model": [
68         ],
69         "CRIMSDK/CallbackProxy": [
71         ],
72         "CRIMSDK/Callbacker": [
74         ]
75       },
76       "source_files": "CRIMSDK/Interface/*.{h,m}"
77     },
78     {
79       "name": "Callbacker",
80       "dependencies": {
81         "CRIMSDK/Model": [
83         ],
84         "CRIMSDK/Utils": [
86         ]
87       },
88       "source_files": "CRIMSDK/Callbacker/*.{h,m}"
89     }
90   ]