[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / e / PWEngagement / 3.14.0 / PWEngagement.podspec.json
blobd989bc8500a6c192b285f8f2c24026e37cae10b2
2   "name": "PWEngagement",
3   "version": "3.14.0",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright 2009-present Phunware Inc. All rights reserved."
7   },
8   "summary": "Phunware's Mobile Engagement SDK for use with its Multiscreen-as-a-Service platform",
9   "homepage": "https://github.com/phunware/maas-engagement-ios-sdk/",
10   "authors": {
11     "Phunware, Inc.": "https://www.phunware.com"
12   },
13   "social_media_url": "https://twitter.com/phunware",
14   "platforms": {
15     "ios": "15.5"
16   },
17   "source": {
18     "git": "https://github.com/phunware/maas-engagement-ios-sdk.git",
19     "tag": "3.14.0"
20   },
21   "documentation_url": "https://phunware.github.io/maas-engagement-ios-sdk/",
22   "cocoapods_version": ">= 1.12.0",
23   "default_subspecs": [
24     "Core",
25     "DeviceIdentity"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "PWCore": [
32           "~> 3.13.0"
33         ],
34         "FMDB/SQLCipher": [
35           "~> 2.7.12"
36         ]
37       },
38       "vendored_frameworks": "Frameworks/PWEngagement.xcframework",
39       "frameworks": "CoreLocation",
40       "libraries": [
41         "sqlite3",
42         "z"
43       ]
44     },
45     {
46       "name": "DeviceIdentity",
47       "dependencies": {
48         "PWEngagement/Core": [
50         ],
51         "PWCore/DeviceIdentity": [
52           "~> 3.13.0"
53         ]
54       }
55     },
56     {
57       "name": "LimitedDeviceIdentity",
58       "dependencies": {
59         "PWEngagement/Core": [
61         ]
62       }
63     }
64   ]