[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / f / Countly / 20.11.0 / Countly.podspec.json
blob5bb80af343c5a7b883856a1cf962eded6bb9111c
2   "name": "Countly",
3   "version": "20.11.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "Countly is an innovative, real-time, open source mobile analytics platform.",
9   "homepage": "https://github.com/Countly/countly-sdk-ios",
10   "social_media_url": "https://twitter.com/gocountly",
11   "authors": {
12     "Countly": "hello@count.ly"
13   },
14   "source": {
15     "git": "https://github.com/Countly/countly-sdk-ios.git",
16     "tag": "20.11.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "static_framework": true,
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "*.{h,m}",
37       "public_header_files": [
38         "Countly.h",
39         "CountlyUserDetails.h",
40         "CountlyConfig.h",
41         "CountlyFeedbackWidget.h"
42       ],
43       "preserve_paths": "countly_dsym_uploader.sh",
44       "ios": {
45         "frameworks": [
46           "Foundation",
47           "UIKit",
48           "UserNotifications",
49           "CoreLocation",
50           "WebKit",
51           "CoreTelephony",
52           "WatchConnectivity"
53         ]
54       }
55     },
56     {
57       "name": "NotificationService",
58       "source_files": "CountlyNotificationService.{m,h}",
59       "platforms": {
60         "ios": "10.0"
61       }
62     },
63     {
64       "name": "PL",
65       "platforms": {
66         "ios": "8.0"
67       },
68       "dependencies": {
69         "Countly/Core": [
71         ],
72         "PLCrashReporter": [
73           "~> 1"
74         ]
75       }
76     }
77   ]