blob: cef402f285b6bd73c74e31676aa49b9b07f6fe93 [file] [log] [blame]
{
"name": "SnowplowTracker",
"version": "2.2.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": "2.2.0"
},
"social_media_url": "https://twitter.com/SnowPlowData",
"documentation_url": "https://github.com/snowplow/snowplow/wiki/iOS-Tracker",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Snowplow/**/*.{m,h}",
"public_header_files": "Snowplow/**/*.{h}",
"exclude_files": "Snowplow/include/*.{m,h}",
"osx": {
"exclude_files": "Snowplow/**/ScreenViewTracking/UIViewController+SPScreenView_SWIZZLE.*",
"frameworks": [
"AppKit",
"Foundation"
]
},
"tvos": {
"exclude_files": "Snowplow/**/ScreenViewTracking/UIViewController+SPScreenView_SWIZZLE.*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"watchos": {
"exclude_files": [
"Snowplow/**/SNOWReachability.*",
"Snowplow/**/UIViewController+SPScreenView_SWIZZLE.*"
]
},
"ios": {
"frameworks": [
"CoreTelephony",
"UIKit",
"Foundation"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"FMDB": [
"~> 2.7"
]
},
"swift_version": "5.0"
}