[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 0 / 2 / RealifeTech-SDK / 1.1.0 / RealifeTech-SDK.podspec.json
blob9b717f3e92c6f9645025c5385927b87d6a43bee9
2   "name": "RealifeTech-SDK",
3   "module_name": "RealifeTech",
4   "version": "1.1.0",
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   "license": "MIT",
9   "authors": {
10     "Jonathon Albert": "jonathon.albert@live.com",
11     "Olivier Butler": "olivier.butler@gmail.com",
12     "Mickey Lee": "mickey.lee@realifetech.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/realifetech/ios-sdk.git",
20     "branch": "master",
21     "tag": "1.1.0"
22   },
23   "source_files": [
24     "**/*.swift",
25     "RealifeTech/RealifeTech.h"
26   ],
27   "exclude_files": [
28     "DummyProject/**/*",
29     "Pods/**/*",
30     "**/Tests/**/*"
31   ],
32   "resource_bundles": {
33     "RealifeTech": [
34       "**/*.lproj/*.strings"
35     ]
36   },
37   "dependencies": {
38     "RealifeTech-CoreSDK": [
39       "~> 1.0.7"
40     ]
41   },
42   "swift_version": "5.0"