[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 5 / f / Countly / 21.11.2 / Countly.podspec.json
blobad15096780f8e4ded398b7bb2824875786319f2b
2   "name": "Countly",
3   "version": "21.11.2",
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": "21.11.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       ],
36       "preserve_paths": "countly_dsym_uploader.sh",
37       "ios": {
38         "frameworks": [
39           "Foundation",
40           "UIKit",
41           "UserNotifications",
42           "CoreLocation",
43           "WebKit",
44           "CoreTelephony",
45           "WatchConnectivity"
46         ]
47       }
48     },
49     {
50       "name": "NotificationService",
51       "source_files": "CountlyNotificationService.{m,h}",
52       "platforms": {
53         "ios": "10.0"
54       },
55       "ios": {
56         "frameworks": [
57           "Foundation",
58           "UserNotifications"
59         ]
60       }
61     }
62   ]