[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 2 / c / Verve / 1.0.2 / Verve.podspec.json
blobac60d31ffe63346cdab996e5743d8abedc39fc59
2   "name": "Verve",
3   "version": "1.0.2",
4   "summary": "Verve SDK for iOS.",
5   "description": "The Verve SDK allows you to collect insights, create experiences, and verify attribution in the physical world. Roam allows you to easily integrate location intelligence into your app.",
6   "homepage": "https://sdk.verve.com",
7   "documentation_url": "https://sdk.verve.com/docs/api/ios/index.html",
8   "authors": {
9     "Verve Wireless, Inc.": "martech-service@verve.com"
10   },
11   "license": {
12     "type": "Commercial",
13     "text": "Copyright 2018 Verve Wireless, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Verve Wireless Software and Services Agreement."
14   },
15   "source": {
16     "http": "https://s3.amazonaws.com/verve-cocoapods/1.0.2/VerveSDK.zip"
17   },
18   "module_name": "Verve",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "swift_versions": "4.0",
24   "default_subspecs": "All",
25   "swift_version": "4.0",
26   "subspecs": [
27     {
28       "name": "All",
29       "frameworks": [
30         "Foundation",
31         "UIKit",
32         "AdSupport",
33         "CoreTelephony",
34         "CoreLocation",
35         "CoreBluetooth"
36       ],
37       "vendored_frameworks": [
38         "Verve.framework",
39         "VerveAd.framework",
40         "Roam.framework"
41       ],
42       "preserve_paths": [
43         "Verve.framework",
44         "Verve.framework.dSYM",
45         "VerveAd.framework",
46         "VerveAd.framework.dSYM",
47         "Roam.framework",
48         "Roam.framework.dSYM"
49       ],
50       "public_header_files": [
51         "Verve.framework/Headers/*.h",
52         "VerveAd.framework/Headers/*.h",
53         "Roam.framework/Headers/*.h"
54       ],
55       "source_files": [
56         "Verve.framework/Headers/*.h",
57         "VerveAd.framework/Headers/*.h",
58         "Roam.framework/Headers/*.h"
59       ]
60     },
61     {
62       "name": "VerveAd",
63       "frameworks": [
64         "Foundation",
65         "UIKit",
66         "AdSupport",
67         "CoreTelephony"
68       ],
69       "vendored_frameworks": [
70         "Verve.framework",
71         "VerveAd.framework"
72       ],
73       "preserve_paths": [
74         "Verve.framework",
75         "Verve.framework.dSYM",
76         "VerveAd.framework",
77         "VerveAd.framework.dSYM"
78       ],
79       "public_header_files": [
80         "Verve.framework/Headers/*.h",
81         "VerveAd.framework/Headers/*.h"
82       ],
83       "source_files": [
84         "Verve.framework/Headers/*.h",
85         "VerveAd.framework/Headers/*.h"
86       ],
87       "xcconfig": {
88         "VERVE_AD_VERSION": "1.0.84"
89       }
90     },
91     {
92       "name": "Roam",
93       "frameworks": [
94         "Foundation",
95         "UIKit",
96         "AdSupport",
97         "CoreTelephony",
98         "CoreLocation",
99         "CoreBluetooth"
100       ],
101       "vendored_frameworks": [
102         "Verve.framework",
103         "Roam.framework"
104       ],
105       "preserve_paths": [
106         "Verve.framework",
107         "Verve.framework.dSYM",
108         "Roam.framework",
109         "Roam.framework.dSYM"
110       ],
111       "public_header_files": [
112         "Verve.framework/Headers/*.h",
113         "Roam.framework/Headers/*.h"
114       ],
115       "source_files": [
116         "Verve.framework/Headers/*.h",
117         "Roam.framework/Headers/*.h"
118       ],
119       "xcconfig": {
120         "ROAM_VERSION": "1.0.0"
121       }
122     }
123   ]