2 "name": "SnowplowTracker",
3 "version": "1.1.4-rc1",
4 "summary": "Snowplow event tracker for iOS 7+. Add analytics to your iOS apps and games.",
5 "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.",
6 "homepage": "http://snowplowanalytics.com",
7 "screenshots": "https://d3i6fms1cm1j0i.cloudfront.net/github-wiki/images/snowplow-logo-large.png",
8 "license": "Apache License, Version 2.0",
10 "Snowplow Analytics Ltd": "support@snowplowanalytics.com"
13 "git": "https://github.com/snowplow/snowplow-objc-tracker.git",
16 "social_media_url": "https://twitter.com/SnowPlowData",
17 "documentation_url": "https://github.com/snowplow/snowplow/wiki/iOS-Tracker",
18 "swift_versions": "5.0",
26 "source_files": "Snowplow/*.swift",
33 "ReachabilitySwift": [
39 "exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
46 "exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
52 "source_files": "Snowplow/*.{m,h}",
53 "public_header_files": [
54 "Snowplow/Snowplow.h",
55 "Snowplow/SPTracker.h",
56 "Snowplow/SPEmitter.h",
57 "Snowplow/SPSubject.h",
58 "Snowplow/SPPayload.h",
59 "Snowplow/SPUtilities.h",
60 "Snowplow/SPRequestCallback.h",
61 "Snowplow/SPRequestResponse.h",
63 "Snowplow/SPSelfDescribingJson.h",
64 "Snowplow/SPScreenState.h"
71 "swift_version": "5.0"