[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / e / PWEngagement / 3.13.0 / PWEngagement.podspec.json
blobe77abe6c3766ed13dd86e9c89da1a88ca2dee514
2   "name": "PWEngagement",
3   "version": "3.13.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": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/phunware/maas-engagement-ios-sdk.git",
19     "tag": "3.13.0"
20   },
21   "documentation_url": "https://phunware.github.io/maas-engagement-ios-sdk/",
22   "default_subspecs": [
23     "Core",
24     "DeviceIdentity"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "PWCore": [
31           "~> 3.12.2"
32         ],
33         "FMDB/SQLCipher": [
34           "~> 2.7.0"
35         ]
36       },
37       "vendored_frameworks": "Frameworks/PWEngagement.xcframework",
38       "frameworks": "CoreLocation",
39       "libraries": [
40         "sqlite3",
41         "z"
42       ]
43     },
44     {
45       "name": "DeviceIdentity",
46       "dependencies": {
47         "PWEngagement/Core": [
49         ],
50         "PWCore/DeviceIdentity": [
51           "~> 3.12.2"
52         ]
53       }
54     },
55     {
56       "name": "LimitedDeviceIdentity",
57       "dependencies": {
58         "PWEngagement/Core": [
60         ]
61       }
62     }
63   ]