blob: e11e564d3b0f923378983b4ad2d6b1e057e15cec [file] [log] [blame]
{
"name": "mParticle-Apple-SDK",
"version": "7.9.0",
"summary": "mParticle Apple SDK.",
"description": "This is the mParticle Apple SDK for iOS and tvOS.\n\nAt mParticle our mission is straightforward: make it really easy for apps and app services to connect and allow you to take ownership of your 1st party data.\nLike most app owners, you end up implementing and maintaining numerous SDKs ranging from analytics, attribution, push notification, remarketing,\nmonetization, etc. However, embedding multiple 3rd party libraries creates a number of unintended consequences and hidden costs.\n\nThe mParticle platform addresses all these problems. We support an ever growing number of integrations with services and SDKs, including developer\ntools, analytics, attribution, messaging, advertising, and more. mParticle has been designed to be the central hub connecting all these services –\nread the [docs](https://docs.mparticle.com/developers/sdk/ios/) or contact us at <support@mparticle.com> to learn more.",
"homepage": "https://www.mparticle.com",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"mParticle": "support@mparticle.com"
},
"source": {
"git": "https://github.com/mParticle/mparticle-apple-sdk.git",
"tag": "7.9.0"
},
"documentation_url": "https://docs.mparticle.com/developers/sdk/ios/",
"social_media_url": "https://twitter.com/mparticles",
"requires_arc": true,
"default_subspecs": "mParticle",
"module_name": "mParticle_Apple_SDK",
"prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n\n#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif\n\n#ifndef TARGET_OS_TV\n #define TARGET_OS_TV 0\n#endif",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"subspecs": [
{
"name": "mParticle",
"public_header_files": [
"mParticle-Apple-SDK/Ecommerce/MPTransactionAttributes.h",
"mParticle-Apple-SDK/Identity/FilteredMParticleUser.h",
"mParticle-Apple-SDK/MPIHasher.h",
"mParticle-Apple-SDK/Kits/MPKitRegister.h",
"mParticle-Apple-SDK/Ecommerce/MPCommerceEvent.h",
"mParticle-Apple-SDK/Identity/MPIdentityApiRequest.h",
"mParticle-Apple-SDK/Ecommerce/MPTransactionAttributes+Dictionary.h",
"mParticle-Apple-SDK/Consent/MPGDPRConsent.h",
"mParticle-Apple-SDK/Ecommerce/MPProduct+Dictionary.h",
"mParticle-Apple-SDK/Utils/NSDictionary+MPCaseInsensitive.h",
"mParticle-Apple-SDK/Ecommerce/MPCart.h",
"mParticle-Apple-SDK/Ecommerce/MPCommerceEvent+Dictionary.h",
"mParticle-Apple-SDK/Ecommerce/MPCommerceEventInstruction.h",
"mParticle-Apple-SDK/mParticle.h",
"mParticle-Apple-SDK/Kits/MPKitExecStatus.h",
"mParticle-Apple-SDK/Identity/MPIdentityApi.h",
"mParticle-Apple-SDK/Event/MPEvent.h",
"mParticle-Apple-SDK/Utils/MPDateFormatter.h",
"mParticle-Apple-SDK/Kits/MPKitAPI.h",
"mParticle-Apple-SDK/Kits/MPKitProtocol.h",
"mParticle-Apple-SDK/Utils/NSArray+MPCaseInsensitive.h",
"mParticle-Apple-SDK/Ecommerce/MPPromotion.h",
"mParticle-Apple-SDK/Consent/MPConsentState.h",
"mParticle-Apple-SDK/Identity/FilteredMPIdentityApiRequest.h",
"mParticle-Apple-SDK/MPEnums.h",
"mParticle-Apple-SDK/Identity/MParticleUser.h",
"mParticle-Apple-SDK/Ecommerce/MPCommerce.h",
"mParticle-Apple-SDK/MPUserSegments.h",
"mParticle-Apple-SDK/MPExtensionProtocol.h",
"mParticle-Apple-SDK/Ecommerce/MPProduct.h"
],
"preserve_paths": [
"mParticle-Apple-SDK",
"mParticle-Apple-SDK/**",
"mParticle-Apple-SDK/**/*"
],
"source_files": "mParticle-Apple-SDK/**/*",
"libraries": [
"c++",
"sqlite3",
"z"
],
"ios": {
"frameworks": [
"AdSupport",
"CoreGraphics",
"CoreLocation",
"CoreTelephony",
"Foundation",
"Security",
"SystemConfiguration",
"UIKit"
],
"weak_frameworks": [
"iAd",
"UserNotifications"
]
},
"tvos": {
"frameworks": [
"AdSupport",
"CoreGraphics",
"Foundation",
"Security",
"SystemConfiguration",
"UIKit"
]
}
},
{
"name": "AppExtension",
"public_header_files": [
"mParticle-Apple-SDK/Ecommerce/MPTransactionAttributes.h",
"mParticle-Apple-SDK/Identity/FilteredMParticleUser.h",
"mParticle-Apple-SDK/MPIHasher.h",
"mParticle-Apple-SDK/Kits/MPKitRegister.h",
"mParticle-Apple-SDK/Ecommerce/MPCommerceEvent.h",
"mParticle-Apple-SDK/Identity/MPIdentityApiRequest.h",
"mParticle-Apple-SDK/Ecommerce/MPTransactionAttributes+Dictionary.h",
"mParticle-Apple-SDK/Consent/MPGDPRConsent.h",
"mParticle-Apple-SDK/Ecommerce/MPProduct+Dictionary.h",
"mParticle-Apple-SDK/Utils/NSDictionary+MPCaseInsensitive.h",
"mParticle-Apple-SDK/Ecommerce/MPCart.h",
"mParticle-Apple-SDK/Ecommerce/MPCommerceEvent+Dictionary.h",
"mParticle-Apple-SDK/Ecommerce/MPCommerceEventInstruction.h",
"mParticle-Apple-SDK/mParticle.h",
"mParticle-Apple-SDK/Kits/MPKitExecStatus.h",
"mParticle-Apple-SDK/Identity/MPIdentityApi.h",
"mParticle-Apple-SDK/Event/MPEvent.h",
"mParticle-Apple-SDK/Utils/MPDateFormatter.h",
"mParticle-Apple-SDK/Kits/MPKitAPI.h",
"mParticle-Apple-SDK/Kits/MPKitProtocol.h",
"mParticle-Apple-SDK/Utils/NSArray+MPCaseInsensitive.h",
"mParticle-Apple-SDK/Ecommerce/MPPromotion.h",
"mParticle-Apple-SDK/Consent/MPConsentState.h",
"mParticle-Apple-SDK/Identity/FilteredMPIdentityApiRequest.h",
"mParticle-Apple-SDK/MPEnums.h",
"mParticle-Apple-SDK/Identity/MParticleUser.h",
"mParticle-Apple-SDK/Ecommerce/MPCommerce.h",
"mParticle-Apple-SDK/MPUserSegments.h",
"mParticle-Apple-SDK/MPExtensionProtocol.h",
"mParticle-Apple-SDK/Ecommerce/MPProduct.h"
],
"preserve_paths": [
"mParticle-Apple-SDK",
"mParticle-Apple-SDK/**",
"mParticle-Apple-SDK/**/*"
],
"source_files": "mParticle-Apple-SDK/**/*",
"libraries": [
"c++",
"sqlite3",
"z"
],
"ios": {
"frameworks": [
"AdSupport",
"CoreGraphics",
"CoreLocation",
"CoreTelephony",
"Foundation",
"Security",
"SystemConfiguration",
"UIKit"
],
"weak_frameworks": [
"iAd",
"UserNotifications"
]
},
"tvos": {
"frameworks": [
"AdSupport",
"CoreGraphics",
"Foundation",
"Security",
"SystemConfiguration",
"UIKit"
]
}
}
]
}