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