[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 5 / f / Countly / 24.7.2 / Countly.podspec.json
blob36891151b8483cc2a58a9c4d24bda50e64375bd5
2   "name": "Countly",
3   "version": "24.7.2",
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.2"
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         "CountlyContentBuilder.h",
45         "CountlyExperimentalConfig.h",
46         "CountlyContentConfig.h"
47       ],
48       "preserve_paths": "countly_dsym_uploader.sh",
49       "ios": {
50         "frameworks": [
51           "Foundation",
52           "UIKit",
53           "UserNotifications",
54           "CoreLocation",
55           "WebKit",
56           "CoreTelephony",
57           "WatchConnectivity"
58         ]
59       }
60     },
61     {
62       "name": "NotificationService",
63       "source_files": "CountlyNotificationService.{m,h}",
64       "platforms": {
65         "ios": "10.0"
66       },
67       "ios": {
68         "frameworks": [
69           "Foundation",
70           "UserNotifications"
71         ]
72       }
73     }
74   ]