[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 5 / f / Countly / 24.4.1 / Countly.podspec.json
blob4aca5bd9886971d59699519cc22d7b871f9157fd
2   "name": "Countly",
3   "version": "24.4.1",
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.4.1"
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       ],
43       "preserve_paths": "countly_dsym_uploader.sh",
44       "ios": {
45         "frameworks": [
46           "Foundation",
47           "UIKit",
48           "UserNotifications",
49           "CoreLocation",
50           "WebKit",
51           "CoreTelephony",
52           "WatchConnectivity"
53         ]
54       }
55     },
56     {
57       "name": "NotificationService",
58       "source_files": "CountlyNotificationService.{m,h}",
59       "platforms": {
60         "ios": "10.0"
61       },
62       "ios": {
63         "frameworks": [
64           "Foundation",
65           "UserNotifications"
66         ]
67       }
68     }
69   ]