[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / d / 3 / e / PWEngagement / 3.7.4 / PWEngagement.podspec.json
blob68323f1105fff3d0f06f8c5753423961b5048ad0
2   "name": "PWEngagement",
3   "version": "3.7.4",
4   "summary": "Phunware Mobile Engagement SDK",
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.7.4"
16   },
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2016 by Phunware Inc. All rights reserved."
20   },
21   "ios": {
22     "vendored_frameworks": "Framework/PWEngagement.framework",
23     "dependencies": {
24       "FMDB": [
26       ],
27       "MistSDK": [
28         "1.4.2"
29       ]
30     },
31     "frameworks": "CoreLocation"
32   },
33   "xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWEngagement/**\""
35   },
36   "default_subspecs": "all-frameworks",
37   "libraries": [
38     "sqlite3",
39     "z"
40   ],
41   "requires_arc": true,
42   "subspecs": [
43     {
44       "name": "all-frameworks",
45       "dependencies": {
46         "PWCore": [
47           "~> 3.8.0"
48         ]
49       }
50     },
51     {
52       "name": "NoAds",
53       "ios": {
54         "vendored_frameworks": "Framework/PWEngagement.framework"
55       },
56       "dependencies": {
57         "PWCoreNoAds": [
58           "~> 3.8.0"
59         ]
60       }
61     }
62   ]