[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 0 / 2 / RealifeTech-SDK / 1.2.2 / RealifeTech-SDK.podspec.json
blob70fcad878916723b5c9b699f65fa8ab689916764
2   "name": "RealifeTech-SDK",
3   "module_name": "RealifeTech",
4   "version": "1.2.2",
5   "summary": "Providing integration with the RealifeTech Experience Automation Platform.",
6   "description": "This is RealifeTech SDK, it provides integration with RealifeTech backend services, providing functionality such as device notification management, audience membership, and analytics logging. Creating a better experience of the real world for every person.",
7   "homepage": "https://realifetech.com",
8   "authors": {
9     "Jonathon Albert": "jonathon.albert@live.com",
10     "Olivier Butler": "olivier.butler@gmail.com",
11     "Mickey Lee": "mickey.lee@realifetech.com"
12   },
13   "platforms": {
14     "ios": "13.0"
15   },
16   "swift_versions": "5.0",
17   "source": {
18     "git": "https://github.com/realifetech/ios-sdk.git",
19     "branch": "master",
20     "tag": "1.2.2"
21   },
22   "default_subspecs": "RealifeTech",
23   "dependencies": {
24     "SwiftLint": [
25       "~> 0.43.1"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Core/**/*.swift",
33         "RealifeTech/RealifeTech.h"
34       ],
35       "exclude_files": [
36         "Tests/*",
37         "**/Tests/**/*"
38       ],
39       "resource_bundles": {
40         "RealifeTech": [
41           "Core/Resources/*.lproj/*.strings"
42         ]
43       },
44       "dependencies": {
45         "RxSwift": [
46           "~> 6.1.0"
47         ],
48         "RxCocoa": [
49           "~> 6.1.0"
50         ],
51         "Apollo": [
52           "~> 0.40.0"
53         ],
54         "Apollo/SQLite": [
56         ]
57       }
58     },
59     {
60       "name": "RealifeTech",
61       "source_files": [
62         "**/*.swift",
63         "RealifeTech/RealifeTech.h"
64       ],
65       "exclude_files": [
66         "**/Tests/**/*",
67         "DummyProject/**/*",
68         "Pods/**/*"
69       ],
70       "resource_bundles": {
71         "RealifeTech": [
72           "Content/Resources/*.lproj/*.strings"
73         ]
74       },
75       "dependencies": {
76         "RealifeTech-SDK/Core": [
78         ]
79       }
80     }
81   ],
82   "swift_version": "5.0"