[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 7 / 2 / d / SnowplowTracker / 1.2.0-M2 / SnowplowTracker.podspec.json
blobd4883dfe7110590829d127a3d7e8efb6b01f1f49
2   "name": "SnowplowTracker",
3   "version": "1.2.0-M2",
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",
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.2.0-M2"
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   },
24   "requires_arc": true,
25   "ios": {
26     "source_files": "Snowplow/*.swift",
27     "frameworks": [
28       "CoreTelephony",
29       "UIKit",
30       "Foundation"
31     ]
32   },
33   "osx": {
34     "exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
35     "frameworks": [
36       "AppKit",
37       "Foundation"
38     ]
39   },
40   "tvos": {
41     "exclude_files": "Snowplow/UIViewController+SPScreenView_SWIZZLE.*",
42     "frameworks": [
43       "UIKit",
44       "Foundation"
45     ]
46   },
47   "source_files": "Snowplow/*.{m,h}",
48   "public_header_files": [
49     "Snowplow/Snowplow.h",
50     "Snowplow/SPTracker.h",
51     "Snowplow/SPEmitter.h",
52     "Snowplow/SPSubject.h",
53     "Snowplow/SPPayload.h",
54     "Snowplow/SPUtilities.h",
55     "Snowplow/SPRequestCallback.h",
56     "Snowplow/SPRequestResponse.h",
57     "Snowplow/SPEvent.h",
58     "Snowplow/SPSelfDescribingJson.h",
59     "Snowplow/SPScreenState.h",
60     "Snowplow/SPDevicePlatform.h"
61   ],
62   "pod_target_xcconfig": {
63     "DEFINES_MODULE": "YES"
64   },
65   "dependencies": {
66     "FMDB": [
67       "~> 2.6.2"
68     ]
69   },
70   "swift_version": "5.0"