[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / c / 8 / LocallyEngageSDK / 0.2 / LocallyEngageSDK.podspec.json
blobd65068754d86caa074dc0dfaeaf59938155eaf40
2   "name": "LocallyEngageSDK",
3   "version": "0.2",
4   "summary": "Engage SDK",
5   "homepage": "http://locally.io",
6   "license": "MIT",
7   "authors": {
8     "Eduardo Dias": "eduardo@locally.io"
9   },
10   "swift_version": "4.2",
11   "platforms": {
12     "ios": "11.2"
13   },
14   "source": {
15     "git": "https://github.com/digital2go/EngageSDK.git",
16     "tag": "0.2"
17   },
18   "source_files": "Source/**/*.swift",
19   "resources": "Source/**/*.xib",
20   "requires_arc": true,
21   "static_framework": true,
22   "dependencies": {
23     "Alamofire": [
24       "4.8.0"
25     ],
26     "AlamofireImage": [
27       "3.4.1"
28     ],
29     "KontaktSDK": [
30       "2.0.1"
31     ],
32     "PromiseKit": [
33       "6.5.3"
34     ],
35     "AWSSNS": [
36       "2.8.1"
37     ]
38   },
39   "default_subspecs": "Notifications",
40   "subspecs": [
41     {
42       "name": "Notifications",
43       "dependencies": {
44         "AlamofireImage": [
45           "3.4.1"
46         ]
47       },
48       "source_files": [
49         "RemoteNotifications/*.swift",
50         "Source/Protocols/*.swift",
51         "Source/Network/Support/Log.swift",
52         "Source/Extensions/UNNotificationAttachmentExtension.swift"
53       ],
54       "resources": "RemoteNotifications/*.xib"
55     }
56   ]