[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / f / Countly / 20.04 / Countly.podspec.json
blob619f5a92ed64459132426c0143fa2ab053978b86
2   "name": "Countly",
3   "version": "20.04",
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"
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     },
38     {
39       "name": "NotificationService",
40       "source_files": "CountlyNotificationService.{m,h}",
41       "platforms": {
42         "ios": "10.0"
43       }
44     },
45     {
46       "name": "PL",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "dependencies": {
51         "Countly/Core": [
53         ],
54         "PLCrashReporter": [
55           "1.5.1"
56         ]
57       }
58     }
59   ]