blob: 626864a41175eb250c19417622f5b61575b68267 [file] [log] [blame]
{
"name": "mParticle-tvOS-SDK",
"version": "1.0.0",
"summary": "mParticle iOS SDK.",
"description": "Your job is to build an awesome app experience that consumers love. You also need several tools and services to make data-driven decisions.\nLike most app owners, you end up implementing and maintaining numerous SDKs ranging from analytics, attribution, push notification, remarketing, \nmonetization, etc. But embedding multiple 3rd party libraries creates a number of unintended consequences and hidden costs. From not being \nable to move as fast as you want, to bloating and destabilizing your app, to losing control and ownership of your 1st party data.\n\nmParticle solves all these problems with one lightweight SDK. Implement new partners without changing code or waiting for app store approval. \nImprove stability and security within your app. We enable our clients to spend more time innovating and less time integrating.",
"homepage": "http://www.mparticle.com",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"mParticle": "support@mparticle.com"
},
"source": {
"git": "https://github.com/mParticle/mParticle-tvOS-SDK.git",
"tag": "1.0.0"
},
"documentation_url": "http://docs.mparticle.com",
"docset_url": "https://static.mparticle.com/sdk/ios/com.mparticle.mParticle-SDK.docset/Contents/Resources/Documents/index.html",
"social_media_url": "https://twitter.com/mparticles",
"requires_arc": true,
"platforms": {
"tvos": "9.0"
},
"deprecated": true,
"subspecs": [
{
"name": "Core-SDK",
"public_header_files": [
"Pod/Classes/mParticle.h",
"Pod/Classes/MPEnums.h",
"Pod/Classes/MPUserSegments.h",
"Pod/Classes/Event/MPEvent.h",
"Pod/Classes/Ecommerce/MPCommerce.h",
"Pod/Classes/Ecommerce/MPCommerceEvent.h",
"Pod/Classes/Ecommerce/MPCart.h",
"Pod/Classes/Ecommerce/MPProduct.h",
"Pod/Classes/Ecommerce/MPPromotion.h",
"Pod/Classes/Ecommerce/MPTransactionAttributes.h",
"Pod/Classes/Ecommerce/MPBags.h"
],
"source_files": "Pod/Classes/**/*",
"platforms": {
"tvos": "9.0"
},
"frameworks": [
"CoreGraphics",
"Foundation",
"Security",
"SystemConfiguration",
"UIKit"
],
"weak_frameworks": "AdSupport",
"libraries": [
"c++",
"sqlite3",
"z"
]
},
{
"name": "mParticle",
"dependencies": {
"mParticle-tvOS-SDK/Core-SDK": [
]
},
"prefix_header_contents": "#define MP_KIT_MPARTICLE 1",
"platforms": {
"tvos": "9.0"
}
}
]
}