-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJCore.podspec.json
More file actions
45 lines (45 loc) · 994 Bytes
/
JCore.podspec.json
File metadata and controls
45 lines (45 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "JCore",
"version": "5.3.1",
"summary": "Offically supported middleware iOS SDK Pod. 官方支持的极光推送 SDK 中间件.",
"description": "Offically supported middleware iOS SDK Pod. 官方支持的极光推送 SDK 中间件.",
"homepage": "http://www.jiguang.cn/",
"license": {
"type": "Copyright",
"text": "Copyright jpush.cn"
},
"authors": {
"JPush": "support@jpush.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jpush/jcore-sdk.git",
"tag": "5.3.1"
},
"vendored_frameworks": "*.xcframework",
"frameworks": [
"UIKit",
"CFNetwork",
"CoreFoundation",
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics",
"Foundation",
"WebKit",
"Security"
],
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 arm64"
},
"weak_frameworks": [
"UserNotifications",
"AppTrackingTransparency",
"Network"
],
"libraries": [
"z",
"resolv"
]
}