[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 5 / f / Countly / 24.7.0 / Countly.podspec.json
blobed51b9678a5c1ab7c0e6d27508e9d25312d9481e
2   "name": "Countly",
3   "version": "24.7.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
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": "24.7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.14",
23     "watchos": "4.0",
24     "tvos": "10.0"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "*.{h,m}",
30       "public_header_files": [
31         "Countly.h",
32         "CountlyUserDetails.h",
33         "CountlyConfig.h",
34         "CountlyFeedbackWidget.h",
35         "CountlyRCData.h",
36         "CountlyRemoteConfig.h",
37         "CountlyViewTracking.h",
38         "CountlyExperimentInformation.h",
39         "CountlyAPMConfig.h",
40         "CountlySDKLimitsConfig.h",
41         "Resettable.h",
42         "CountlyCrashesConfig.h",
43         "CountlyCrashData.h"
44       ],
45       "preserve_paths": "countly_dsym_uploader.sh",
46       "ios": {
47         "frameworks": [
48           "Foundation",
49           "UIKit",
50           "UserNotifications",
51           "CoreLocation",
52           "WebKit",
53           "CoreTelephony",
54           "WatchConnectivity"
55         ]
56       }
57     },
58     {
59       "name": "NotificationService",
60       "source_files": "CountlyNotificationService.{m,h}",
61       "platforms": {
62         "ios": "10.0"
63       },
64       "ios": {
65         "frameworks": [
66           "Foundation",
67           "UserNotifications"
68         ]
69       }
70     }
71   ]