[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / 9 / ConvivaAppAnalytics / 0.2.0 / ConvivaAppAnalytics.podspec.json
blobd20bfcca0a04a55ab1ae9a748e38faeffd023e32
2   "name": "ConvivaAppAnalytics",
3   "version": "0.2.0",
4   "summary": "Conviva app event tracker for iOS, macOS, tvOS, watchOS for apps and games.",
5   "description": "ConvivaAppAnalytics 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. ConvivaAppAnalytics 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.",
6   "homepage": "https://github.com/Conviva/conviva-ios-appanalytics",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2021 Conviva"
10   },
11   "authors": "Conviva, Inc.",
12   "source": {
13     "git": "https://github.com/Conviva/conviva-ios-appanalytics.git",
14     "tag": "0.2.0"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "cocoapods_version": ">= 1.4.0",
24   "vendored_frameworks": "Framework/ConvivaAppAnalytics.xcframework",
25   "ios": {
26     "frameworks": [
27       "CoreTelephony",
28       "UIKit",
29       "Foundation"
30     ]
31   },
32   "tvos": {
33     "frameworks": [
34       "UIKit",
35       "Foundation"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "DEFINES_MODULE": "YES"
40   },
41   "dependencies": {
42     "FMDB": [
43       "~> 2.7"
44     ]
45   },
46   "swift_version": "5.0"