blob: fbbf06bec5c6b2b6a58d0d9ea17d81902937a627 [file] [log] [blame]
{
"name": "Verve",
"version": "1.0.1",
"summary": "Verve SDK for iOS.",
"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.",
"homepage": "https://sdk.verve.com",
"documentation_url": "https://sdk.verve.com/docs/api/ios/index.html",
"authors": {
"Verve Wireless, Inc.": "martech-service@verve.com"
},
"license": {
"type": "Commercial",
"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."
},
"source": {
"http": "https://s3.amazonaws.com/verve-cocoapods/1.0.1/VerveSDK.zip"
},
"module_name": "Verve",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "4.0",
"default_subspecs": "All",
"swift_version": "4.0",
"subspecs": [
{
"name": "All",
"frameworks": [
"Foundation",
"UIKit",
"AdSupport",
"CoreTelephony",
"CoreLocation",
"CoreBluetooth"
],
"vendored_frameworks": [
"Verve.framework",
"VerveAd.framework",
"Roam.framework"
],
"preserve_paths": [
"Verve.framework",
"Verve.framework.dSYM",
"VerveAd.framework",
"VerveAd.framework.dSYM",
"Roam.framework",
"Roam.framework.dSYM"
],
"public_header_files": [
"Verve.framework/Headers/*.h",
"VerveAd.framework/Headers/*.h",
"Roam.framework/Headers/*.h"
],
"source_files": [
"Verve.framework/Headers/*.h",
"VerveAd.framework/Headers/*.h",
"Roam.framework/Headers/*.h"
]
},
{
"name": "VerveAd",
"frameworks": [
"Foundation",
"UIKit",
"AdSupport",
"CoreTelephony"
],
"vendored_frameworks": [
"Verve.framework",
"VerveAd.framework"
],
"preserve_paths": [
"Verve.framework",
"Verve.framework.dSYM",
"VerveAd.framework",
"VerveAd.framework.dSYM"
],
"public_header_files": [
"Verve.framework/Headers/*.h",
"VerveAd.framework/Headers/*.h"
],
"source_files": [
"Verve.framework/Headers/*.h",
"VerveAd.framework/Headers/*.h"
],
"xcconfig": {
"VERVE_AD_VERSION": "1.0.84"
}
},
{
"name": "Roam",
"frameworks": [
"Foundation",
"UIKit",
"AdSupport",
"CoreTelephony",
"CoreLocation",
"CoreBluetooth"
],
"vendored_frameworks": [
"Verve.framework",
"Roam.framework"
],
"preserve_paths": [
"Verve.framework",
"Verve.framework.dSYM",
"Roam.framework",
"Roam.framework.dSYM"
],
"public_header_files": [
"Verve.framework/Headers/*.h",
"Roam.framework/Headers/*.h"
],
"source_files": [
"Verve.framework/Headers/*.h",
"Roam.framework/Headers/*.h"
],
"xcconfig": {
"ROAM_VERSION": "1.0.0"
}
}
]
}