[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / b / KumulosSdkObjectiveC / 2.3.0 / KumulosSdkObjectiveC.podspec.json
blob8db978f71fe4fb656a501c9f58ea786076bc65d9
2   "name": "KumulosSdkObjectiveC",
3   "version": "2.3.0",
4   "license": "MIT",
5   "summary": "Official Objective-C SDK for integrating Kumulos services with your mobile apps",
6   "homepage": "https://github.com/Kumulos/KumulosSdkObjectiveC",
7   "authors": {
8     "Kumulos Ltd": "support@kumulos.com"
9   },
10   "source": {
11     "git": "https://github.com/Kumulos/KumulosSdkObjectiveC.git",
12     "tag": "2.3.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.12"
17   },
18   "source_files": "Sources/**/*.{h,m}",
19   "exclude_files": "Carthage",
20   "module_name": "KumulosSDK",
21   "header_dir": "KumulosSDK",
22   "preserve_paths": "upload_dsyms.sh",
23   "prepare_command": "chmod +x upload_dsyms.sh",
24   "osx": {
25     "exclude_files": [
26       "Sources/*Push*",
27       "Sources/*Analytics*",
28       "Sources/*Location*",
29       "Sources/*InApp*",
30       "Sources/KSUserNotificationCenterDelegate.*",
31       "Sources/**/*InApp*"
32     ],
33     "public_header_files": [
34       "Sources/KumulosSDK.h",
35       "Sources/Kumulos.h",
36       "Sources/KSAPIOperation.h",
37       "Sources/KSAPIResponse.h",
38       "Sources/Kumulos+Crash.h"
39     ]
40   },
41   "ios": {
42     "public_header_files": [
43       "Sources/KumulosSDK.h",
44       "Sources/Kumulos.h",
45       "Sources/KSAPIOperation.h",
46       "Sources/KSAPIResponse.h",
47       "Sources/Kumulos+Push.h",
48       "Sources/KumulosPushSubscriptionManager.h",
49       "Sources/Kumulos+Location.h",
50       "Sources/Kumulos+Crash.h",
51       "Sources/Kumulos+Analytics.h",
52       "Sources/KumulosInApp.h"
53     ]
54   },
55   "dependencies": {
56     "KSCrash": [
57       "~> 1.15"
58     ]
59   }