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