[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 5 / f / Countly / 20.04.2 / Countly.podspec.json
blob2955caad1046adeab8dcfbc8ebebbf81fe2615e1
2   "name": "Countly",
3   "version": "20.04.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": "20.04.2"
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   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "*.{h,m}",
31       "public_header_files": [
32         "Countly.h",
33         "CountlyUserDetails.h",
34         "CountlyConfig.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           "AdSupport",
46           "WatchConnectivity"
47         ]
48       }
49     },
50     {
51       "name": "NotificationService",
52       "source_files": "CountlyNotificationService.{m,h}",
53       "platforms": {
54         "ios": "10.0"
55       }
56     },
57     {
58       "name": "PL",
59       "platforms": {
60         "ios": "8.0"
61       },
62       "dependencies": {
63         "Countly/Core": [
65         ],
66         "PLCrashReporter": [
67           "1.5.1"
68         ]
69       }
70     }
71   ]