[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 3 / b / KumulosSdkObjectiveC / 1.5.3 / KumulosSdkObjectiveC.podspec.json
blob64b112b3a870500aa3c8fa5ac3f249f182b7e62d
2   "name": "KumulosSdkObjectiveC",
3   "version": "1.5.3",
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": "1.5.3"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.12"
17   },
18   "source_files": "Sources",
19   "exclude_files": "Carthage",
20   "module_name": "KumulosSDK",
21   "preserve_paths": "upload_dsyms.sh",
22   "prepare_command": "chmod +x upload_dsyms.sh",
23   "osx": {
24     "exclude_files": [
25       "Sources/*Push*",
26       "Sources/*Analytics*"
27     ],
28     "public_header_files": [
29       "Sources/KumulosSDK.h",
30       "Sources/Kumulos.h",
31       "Sources/KSAPIOperation.h",
32       "Sources/KSAPIResponse.h",
33       "Sources/Kumulos+Crash.h"
34     ]
35   },
36   "ios": {
37     "public_header_files": [
38       "Sources/KumulosSDK.h",
39       "Sources/Kumulos.h",
40       "Sources/KSAPIOperation.h",
41       "Sources/KSAPIResponse.h",
42       "Sources/Kumulos+Push.h",
43       "Sources/KumulosPushSubscriptionManager.h",
44       "Sources/Kumulos+Location.h",
45       "Sources/Kumulos+Crash.h",
46       "Sources/Kumulos+Analytics.h"
47     ]
48   },
49   "frameworks": "KSCrash",
50   "dependencies": {
51     "AFNetworking": [
52       "~> 3.1.0"
53     ],
54     "KSCrash": [
55       "~> 1.15"
56     ]
57   }