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