[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / e / PWEngagement / 3.8.1 / PWEngagement.podspec.json
blobc8cc7eedab52066ad29ae39378747b2e9c16b89b
2   "name": "PWEngagement",
3   "version": "3.8.1",
4   "summary": "Phunware's Mobile Engagement SDK for use with its Multiscreen-as-a-Service platform",
5   "homepage": "http://phunware.github.io/maas-engagement-ios-sdk/",
6   "authors": {
7     "Phunware, Inc.": "http://www.phunware.com"
8   },
9   "social_media_url": "https://twitter.com/Phunware",
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/phunware/maas-engagement-ios-sdk.git",
15     "tag": "v3.8.1"
16   },
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2009-present Phunware Inc. All rights reserved."
20   },
21   "ios": {
22     "vendored_frameworks": "Frameworks/PWEngagement.xcframework",
23     "dependencies": {
24       "FMDB": [
26       ]
27     },
28     "frameworks": "CoreLocation"
29   },
30   "default_subspecs": "all-frameworks",
31   "libraries": [
32     "sqlite3",
33     "z"
34   ],
35   "requires_arc": true,
36   "subspecs": [
37     {
38       "name": "all-frameworks",
39       "dependencies": {
40         "PWCore": [
41           "~> 3.9.1"
42         ],
43         "PWCore/DeviceIdentity": [
44           "~> 3.9.1"
45         ]
46       }
47     },
48     {
49       "name": "LimitedDeviceIdentity",
50       "ios": {
51         "vendored_frameworks": "Frameworks/PWEngagement.xcframework"
52       },
53       "dependencies": {
54         "PWCore": [
55           "~> 3.9.1"
56         ]
57       }
58     },
59     {
60       "name": "MistBeaconProvider",
61       "ios": {
62         "vendored_frameworks": "Frameworks/MistBeaconProvider.xcframework"
63       },
64       "dependencies": {
65         "MistSDKDR": [
66           "1.5.272"
67         ]
68       },
69       "pod_target_xcconfig": {
70         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
71       },
72       "user_target_xcconfig": {
73         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
74       }
75     }
76   ]