[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / b / KumulosSdkObjectiveC / 1.2.1 / KumulosSdkObjectiveC.podspec.json
blob0a679fbcfd9a9399eba8df49f70ed9e713593572
2   "name": "KumulosSdkObjectiveC",
3   "version": "1.2.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.2.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     ]
29   },
30   "ios": {
31     "public_header_files": [
32       "Sources/KumulosSDK.h",
33       "Sources/Kumulos.h",
34       "Sources/KSAPIOperation.h",
35       "Sources/KSAPIResponse.h",
36       "Sources/Kumulos+Push.h",
37       "Sources/KumulosPushSubscriptionManager.h"
38     ]
39   },
40   "frameworks": "AFNetworking",
41   "dependencies": {
42     "AFNetworking": [
43       "~> 3.1.0"
44     ]
45   }