2 "name": "mParticle-Apple-SDK",
4 "summary": "mParticle Apple SDK.",
5 "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.",
6 "homepage": "https://www.mparticle.com",
12 "mParticle": "support@mparticle.com"
15 "git": "https://github.com/mParticle/mparticle-apple-sdk.git",
18 "documentation_url": "https://docs.mparticle.com/developers/sdk/ios/",
19 "social_media_url": "https://twitter.com/mparticle",
21 "default_subspecs": "mParticle",
22 "module_name": "mParticle_Apple_SDK",
33 "public_header_files": "mParticle-Apple-SDK/Include/*.h",
35 "mParticle-Apple-SDK",
36 "mParticle-Apple-SDK/**",
37 "mParticle-Apple-SDK/**/*"
39 "source_files": "mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}"
42 "name": "mParticleNoLocation",
43 "public_header_files": "mParticle-Apple-SDK/Include/*.h",
45 "mParticle-Apple-SDK",
46 "mParticle-Apple-SDK/**",
47 "mParticle-Apple-SDK/**/*"
49 "source_files": "mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}",
50 "pod_target_xcconfig": {
51 "GCC_PREPROCESSOR_DEFINITIONS": "MPARTICLE_LOCATION_DISABLE=1",
52 "OTHER_SWIFT_FLAGS": "-D MPARTICLE_LOCATION_DISABLE"
56 "name": "AppExtension",
57 "public_header_files": "mParticle-Apple-SDK/Include/*.h",
59 "mParticle-Apple-SDK",
60 "mParticle-Apple-SDK/**",
61 "mParticle-Apple-SDK/**/*"
63 "source_files": "mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}"
66 "name": "AppExtensionNoLocation",
67 "public_header_files": "mParticle-Apple-SDK/Include/*.h",
69 "mParticle-Apple-SDK",
70 "mParticle-Apple-SDK/**",
71 "mParticle-Apple-SDK/**/*"
73 "source_files": "mParticle-Apple-SDK/**/*.{h,m,mm,cpp,swift}",
74 "pod_target_xcconfig": {
75 "GCC_PREPROCESSOR_DEFINITIONS": "MPARTICLE_LOCATION_DISABLE=1",
76 "OTHER_SWIFT_FLAGS": "-D MPARTICLE_LOCATION_DISABLE"
80 "swift_version": "5.0"