[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 7 / SelligentMobileSDK / 2.7.6 / SelligentMobileSDK.podspec.json
blob34cb16e6105f484958ea4a7152089590368bb8e7
2   "name": "SelligentMobileSDK",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "2.7.6",
7   "summary": "Selligent Marketing Cloud - Mobile SDK for iOS",
8   "description": "The Selligent Marketing Cloud - Mobile SDK is a tool that enables you to use the Selligent Marketing Cloud - Mobile feature in a very easy and straightforward way.\nBy incorporating our latest SDK for iOS in your app, we support you in handling push messages, in app messages, in app content, standard and custom events as well as logins and logouts in the app.",
9   "homepage": "https://www.selligent.com",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "SelligentMarketingCloud": "mobile@selligent.com"
16   },
17   "source": {
18     "git": "https://github.com/SelligentMarketingCloud/MobileSDK-iOS.git",
19     "tag": "v2.7.6"
20   },
21   "social_media_url": "https://twitter.com/Selligent",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "StaticLib/include",
27       "vendored_libraries": "StaticLib/libSelligentMobile.a",
28       "pod_target_xcconfig": {
29         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30       },
31       "user_target_xcconfig": {
32         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33       }
34     },
35     {
36       "name": "Geofencing",
37       "source_files": "StaticLib_Geofencing/include",
38       "vendored_libraries": "StaticLib_Geofencing/libSelligentMobile_Geofencing.a",
39       "pod_target_xcconfig": {
40         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41       },
42       "user_target_xcconfig": {
43         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44       },
45       "dependencies": {
46         "PlotPlugin": [
48         ]
49       }
50     },
51     {
52       "name": "Framework",
53       "vendored_frameworks": "Framework/SelligentMobileSDK.xcframework"
54     },
55     {
56       "name": "Framework_Geofencing",
57       "vendored_frameworks": "Framework_Geofencing/SelligentMobileSDK_Geofencing.xcframework",
58       "dependencies": {
59         "PlotPlugin": [
61         ]
62       }
63     }
64   ]