[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / a / 9 / CountlyPod / 20.11.0 / CountlyPod.podspec.json
blob0dc43afabf6cfbac5396a3cfc789be69d3227f9b
2   "name": "CountlyPod",
3   "version": "20.11.0",
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/ijunaid/countly-sdk-ios",
10   "social_media_url": "https://twitter.com/gocountly",
11   "authors": {
12     "Countly": "junaid.akram@count.ly"
13   },
14   "source": {
15     "git": "https://github.com/ijunaid/countly-sdk-ios.git",
16     "tag": "20.11.0"
17   },
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "platforms": {
27     "ios": "8.0",
28     "osx": "10.10",
29     "watchos": "2.0",
30     "tvos": "9.0"
31   },
32   "static_framework": true,
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "*.{h,m}",
37       "public_header_files": [
38         "Countly.h",
39         "CountlyUserDetails.h",
40         "CountlyConfig.h",
41         "CountlyFeedbackWidget.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     },
63     {
64       "name": "PL",
65       "platforms": {
66         "ios": "8.0"
67       },
68       "dependencies": {
69         "Countly/Core": [
71         ],
72         "PLCrashReporter": [
73           "~> 1"
74         ]
75       }
76     }
77   ]