[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 2 / d / SnowplowTracker / 0.4.0 / SnowplowTracker.podspec.json
blobf57b812130d4eb49062242750b7c87dad3e6c5e6
2   "name": "SnowplowTracker",
3   "version": "0.4.0",
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.\n",
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": "0.4.0"
15   },
16   "social_media_url": "https://twitter.com/SnowPlowData",
17   "docset_url": "https://github.com/snowplow/snowplow/wiki/iOS-Tracker",
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "source_files": "Snowplow/*.{m,h}",
24   "public_header_files": [
25     "Snowplow/SnowplowTracker.h",
26     "Snowplow/SnowplowPayload.h",
27     "Snowplow/SnowplowEmitter.h",
28     "Snowplow/SnowplowUtils.h",
29     "Snowplow/Snowplow.h",
30     "Snowplow/RequestCallback.h"
31   ],
32   "ios": {
33     "frameworks": [
34       "CoreTelephony",
35       "UIKit",
36       "Foundation"
37     ],
38     "dependencies": {
39       "Reachability": [
40         "~> 3.2"
41       ]
42     }
43   },
44   "osx": {
45     "frameworks": [
46       "AppKit",
47       "Foundation"
48     ]
49   },
50   "dependencies": {
51     "FMDB": [
52       "~> 2.3"
53     ]
54   },
55   "prefix_header_contents": ""