[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / f / GoPush / 1.0.0 / GoPush.podspec.json
blobdcfe7e2a77201e51d77c08ab5e06fcf9aa576585
2   "name": "GoPush",
3   "version": "1.0.0",
4   "summary": "GoPush",
5   "platforms": {
6     "ios": "14.0"
7   },
8   "description": "goPUSH notification and In-App messaging library",
9   "homepage": "https://www.iwinback.com/",
10   "license": {
11     "type": "Apache-2.0",
12     "file": "LICENSE"
13   },
14   "authors": "iwinBACK Inc.",
15   "source": {
16     "git": "https://github.com/iwinBACK-Inc/gopush-ios-sdk.git",
17     "tag": "1.0.0"
18   },
19   "swift_versions": "5.3",
20   "default_subspecs": "App",
21   "subspecs": [
22     {
23       "name": "Core",
24       "vendored_frameworks": "bin/GoPushCore.xcframework",
25       "platforms": {
26         "ios": "14.0"
27       },
28       "user_target_xcconfig": {
29         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30       },
31       "pod_target_xcconfig": {
32         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33       }
34     },
35     {
36       "name": "App",
37       "vendored_frameworks": "bin/GoPushApp.xcframework",
38       "dependencies": {
39         "GoPush/Core": [
41         ]
42       },
43       "platforms": {
44         "ios": "14.0"
45       },
46       "user_target_xcconfig": {
47         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48       },
49       "pod_target_xcconfig": {
50         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51       }
52     },
53     {
54       "name": "Notifications",
55       "vendored_frameworks": "bin/GoPushNotifications.xcframework",
56       "dependencies": {
57         "GoPush/Core": [
59         ]
60       },
61       "platforms": {
62         "ios": "14.0"
63       },
64       "user_target_xcconfig": {
65         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
66       },
67       "pod_target_xcconfig": {
68         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
69       }
70     },
71     {
72       "name": "Messaging",
73       "vendored_frameworks": "bin/GoPushMessaging.xcframework",
74       "dependencies": {
75         "GoPush/Core": [
77         ]
78       },
79       "platforms": {
80         "ios": "14.0"
81       },
82       "user_target_xcconfig": {
83         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
84       },
85       "pod_target_xcconfig": {
86         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
87       }
88     }
89   ],
90   "swift_version": "5.3"