blob: 9d67bbeed48e08d6df979b39044bdda09610dbd8 [file] [log] [blame]
{
"name": "SnowplowTracker",
"version": "1.1.3",
"summary": "Snowplow event tracker for iOS 7+. Add analytics to your iOS 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.1.3"
},
"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"
},
"requires_arc": true,
"ios": {
"source_files": "Snowplow/*.swift",
"frameworks": [
"CoreTelephony",
"UIKit",
"Foundation"
],
"dependencies": {
"ReachabilitySwift": [
"4.3.1"
]
}
},
"osx": {
"exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
"frameworks": [
"AppKit",
"Foundation"
]
},
"tvos": {
"exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"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/SPEvent.h",
"Snowplow/SPSelfDescribingJson.h",
"Snowplow/SPScreenState.h"
],
"dependencies": {
"FMDB": [
"2.6.2"
]
},
"swift_version": "5.0"
}