[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 2 / d / SnowplowTracker / 2.1.0 / SnowplowTracker.podspec.json
blob5b3686920da0f1057889396a415b15101b9c236e
2   "name": "SnowplowTracker",
3   "version": "2.1.0",
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": "2.1.0"
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": "9.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "Snowplow/**/*.{m,h}",
27   "public_header_files": "Snowplow/**/*.{h}",
28   "exclude_files": "Snowplow/include/*.{m,h}",
29   "osx": {
30     "exclude_files": "Snowplow/**/ScreenViewTracking/UIViewController+SPScreenView_SWIZZLE.*",
31     "frameworks": [
32       "AppKit",
33       "Foundation"
34     ]
35   },
36   "tvos": {
37     "exclude_files": "Snowplow/**/ScreenViewTracking/UIViewController+SPScreenView_SWIZZLE.*",
38     "frameworks": [
39       "UIKit",
40       "Foundation"
41     ]
42   },
43   "watchos": {
44     "exclude_files": [
45       "Snowplow/**/SNOWReachability.*",
46       "Snowplow/**/UIViewController+SPScreenView_SWIZZLE.*"
47     ]
48   },
49   "ios": {
50     "frameworks": [
51       "CoreTelephony",
52       "UIKit",
53       "Foundation"
54     ]
55   },
56   "pod_target_xcconfig": {
57     "DEFINES_MODULE": "YES"
58   },
59   "dependencies": {
60     "FMDB": [
61       "~> 2.7"
62     ]
63   },
64   "swift_version": "5.0"