[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / d / SnowplowTracker / 1.0.0 / SnowplowTracker.podspec.json
blobfbcffe6f454b7d1f75e6567b1e697bda339a1488
2   "name": "SnowplowTracker",
3   "version": "1.0.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.",
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.0.0"
15   },
16   "social_media_url": "https://twitter.com/SnowPlowData",
17   "documentation_url": "https://github.com/snowplow/snowplow/wiki/iOS-Tracker",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "ios": {
25     "source_files": "Snowplow/*.swift",
26     "frameworks": [
27       "Reachability",
28       "CoreTelephony",
29       "UIKit",
30       "Foundation"
31     ],
32     "dependencies": {
33       "ReachabilitySwift": [
35       ]
36     }
37   },
38   "source_files": "Snowplow/*.{m,h}",
39   "public_header_files": [
40     "Snowplow/Snowplow.h",
41     "Snowplow/SPTracker.h",
42     "Snowplow/SPEmitter.h",
43     "Snowplow/SPSubject.h",
44     "Snowplow/SPPayload.h",
45     "Snowplow/SPUtilities.h",
46     "Snowplow/SPRequestCallback.h",
47     "Snowplow/SPRequestResponse.h",
48     "Snowplow/SPEvent.h",
49     "Snowplow/SPSelfDescribingJson.h"
50   ],
51   "osx": {
52     "frameworks": [
53       "AppKit",
54       "Foundation"
55     ]
56   },
57   "tvos": {
58     "frameworks": [
59       "UIKit",
60       "Foundation"
61     ]
62   },
63   "dependencies": {
64     "FMDB": [
65       "2.6.2"
66     ]
67   }