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