[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 3 / b / KumulosSdkObjectiveC / 1.5.2 / KumulosSdkObjectiveC.podspec.json
blob0b7f2859a770b7574ebfe3d8c250b3f9890952b9
2   "name": "KumulosSdkObjectiveC",
3   "version": "1.5.2",
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.2"
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   "osx": {
22     "exclude_files": [
23       "Sources/*Push*",
24       "Sources/*Analytics*"
25     ],
26     "public_header_files": [
27       "Sources/KumulosSDK.h",
28       "Sources/Kumulos.h",
29       "Sources/KSAPIOperation.h",
30       "Sources/KSAPIResponse.h",
31       "Sources/Kumulos+Crash.h"
32     ]
33   },
34   "ios": {
35     "public_header_files": [
36       "Sources/KumulosSDK.h",
37       "Sources/Kumulos.h",
38       "Sources/KSAPIOperation.h",
39       "Sources/KSAPIResponse.h",
40       "Sources/Kumulos+Push.h",
41       "Sources/KumulosPushSubscriptionManager.h",
42       "Sources/Kumulos+Location.h",
43       "Sources/Kumulos+Crash.h",
44       "Sources/Kumulos+Analytics.h"
45     ]
46   },
47   "frameworks": "KSCrash",
48   "dependencies": {
49     "AFNetworking": [
50       "~> 3.1.0"
51     ],
52     "KSCrash": [
53       "~> 1.15"
54     ]
55   }