[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 7 / 2 / d / SnowplowTracker / 1.3.1 / SnowplowTracker.podspec.json
blob179ca12a0715d867d999c1cb58af15c893f1f44d
2   "name": "SnowplowTracker",
3   "version": "1.3.1",
4   "summary": "Snowplow event tracker for iOS, macOS, tvOS, watchOS for 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",
9   "authors": {
10     "Snowplow Analytics Ltd": "support@snowplowanalytics.com"
11   },
12   "source": {
13     "git": "https://github.com/snowplow/snowplow-objc-tracker.git",
14     "tag": "1.3.1"
15   },
16   "social_media_url": "https://twitter.com/SnowPlowData",
17   "documentation_url": "https://github.com/snowplow/snowplow/wiki/iOS-Tracker",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "ios": {
27     "source_files": "Snowplow/*.swift",
28     "frameworks": [
29       "CoreTelephony",
30       "UIKit",
31       "Foundation"
32     ]
33   },
34   "osx": {
35     "exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
36     "frameworks": [
37       "AppKit",
38       "Foundation"
39     ]
40   },
41   "tvos": {
42     "exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
43     "frameworks": [
44       "UIKit",
45       "Foundation"
46     ]
47   },
48   "watchos": {
49     "exclude_files": [
50       "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
51       "Snowplow/SNOWReachability.*"
52     ]
53   },
54   "source_files": "Snowplow/*.{m,h}",
55   "public_header_files": [
56     "Snowplow/Snowplow.h",
57     "Snowplow/SPTracker.h",
58     "Snowplow/SPEmitter.h",
59     "Snowplow/SPSubject.h",
60     "Snowplow/SPPayload.h",
61     "Snowplow/SPUtilities.h",
62     "Snowplow/SPRequestCallback.h",
63     "Snowplow/SPRequestResponse.h",
64     "Snowplow/SPSelfDescribingJson.h",
65     "Snowplow/SPScreenState.h",
66     "Snowplow/SPDevicePlatform.h",
67     "Snowplow/SPEvent.h",
68     "Snowplow/SPEventBase.h",
69     "Snowplow/SPPageView.h",
70     "Snowplow/SPStructured.h",
71     "Snowplow/SPUnstructured.h",
72     "Snowplow/SPScreenView.h",
73     "Snowplow/SPConsentWithdrawn.h",
74     "Snowplow/SPConsentDocument.h",
75     "Snowplow/SPConsentGranted.h",
76     "Snowplow/SPTiming.h",
77     "Snowplow/SPEcommerce.h",
78     "Snowplow/SPEcommerceItem.h",
79     "Snowplow/SPPushNotification.h",
80     "Snowplow/SPForeground.h",
81     "Snowplow/SPBackground.h",
82     "Snowplow/SNOWError.h",
83     "Snowplow/SPSchemaRule.h",
84     "Snowplow/SPSchemaRuleset.h",
85     "Snowplow/SPGlobalContext.h"
86   ],
87   "pod_target_xcconfig": {
88     "DEFINES_MODULE": "YES"
89   },
90   "dependencies": {
91     "FMDB": [
92       "~> 2.6"
93     ]
94   },
95   "swift_version": "5.0"