blob: 84bfa40f2705fe77d198458fc789f8a4a691d13b [file] [log] [blame]
{
"name": "SnowplowTracker",
"version": "1.6.0",
"summary": "Snowplow event tracker for iOS, macOS, tvOS, watchOS for apps and games.",
"description": "Snowplow is a mobile and event analytics platform with a difference: rather than tell our users how they should analyze their data, we deliver their event-level data in their own data warehouse, on their own Amazon Redshift or Postgres database, so they can analyze it any way they choose. Snowplow mobile is used by data-savvy games companies and app developers to better understand their users and how they engage with their games and applications. Snowplow is open source using the business-friendly Apache License, Version 2.0 and scales horizontally to many billions of events.",
"homepage": "http://snowplowanalytics.com",
"screenshots": "https://d3i6fms1cm1j0i.cloudfront.net/github-wiki/images/snowplow-logo-large.png",
"license": "Apache License, Version 2.0",
"authors": {
"Snowplow Analytics Ltd": "support@snowplowanalytics.com"
},
"source": {
"git": "https://github.com/snowplow/snowplow-objc-tracker.git",
"tag": "1.6.0"
},
"social_media_url": "https://twitter.com/SnowPlowData",
"documentation_url": "https://github.com/snowplow/snowplow/wiki/iOS-Tracker",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"ios": {
"source_files": "Snowplow/*.swift",
"frameworks": [
"CoreTelephony",
"UIKit",
"Foundation"
]
},
"osx": {
"exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
"frameworks": [
"AppKit",
"Foundation"
]
},
"tvos": {
"exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"watchos": {
"exclude_files": [
"Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
"Snowplow/SNOWReachability.*"
]
},
"source_files": "Snowplow/*.{m,h}",
"public_header_files": [
"Snowplow/Snowplow.h",
"Snowplow/SPTracker.h",
"Snowplow/SPEmitter.h",
"Snowplow/SPSubject.h",
"Snowplow/SPPayload.h",
"Snowplow/SPUtilities.h",
"Snowplow/SPRequestCallback.h",
"Snowplow/SPRequestResponse.h",
"Snowplow/SPSelfDescribingJson.h",
"Snowplow/SPScreenState.h",
"Snowplow/SPDevicePlatform.h",
"Snowplow/SPEvent.h",
"Snowplow/SPEventBase.h",
"Snowplow/SPPageView.h",
"Snowplow/SPStructured.h",
"Snowplow/SPUnstructured.h",
"Snowplow/SPScreenView.h",
"Snowplow/SPConsentWithdrawn.h",
"Snowplow/SPConsentDocument.h",
"Snowplow/SPConsentGranted.h",
"Snowplow/SPTiming.h",
"Snowplow/SPEcommerce.h",
"Snowplow/SPEcommerceItem.h",
"Snowplow/SPPushNotification.h",
"Snowplow/SPForeground.h",
"Snowplow/SPBackground.h",
"Snowplow/SNOWError.h",
"Snowplow/SPSchemaRule.h",
"Snowplow/SPSchemaRuleset.h",
"Snowplow/SPGlobalContext.h",
"Snowplow/SPEventStore.h",
"Snowplow/SPSQLiteEventStore.h",
"Snowplow/SPNetworkConnection.h",
"Snowplow/SPDefaultNetworkConnection.h",
"Snowplow/SPRequest.h",
"Snowplow/SPRequestResult.h",
"Snowplow/SPEmitterEvent.h"
],
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"FMDB": [
"~> 2.6"
]
},
"swift_version": "5.0"
}