[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / a / 0 / SIRL / 1.1.27 / SIRL.podspec.json
blob0223ea6ffc850e8a825f004fc6922846bb67585c
2   "name": "SIRL",
3   "version": "1.1.27",
4   "summary": "SIRL SDKs",
5   "description": "This is the set of SDKs for the SIRL system.",
6   "homepage": "https://www.sirl.io",
7   "license": {
8     "type": "Copyright SIRL Inc. 2019"
9   },
10   "authors": {
11     "Wei Cai": "wei.cai@sirl.io"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "swift_versions": "5.1",
17   "source": {
18     "git": "https://github.com/sirl-io/ios_sdk.git",
19     "tag": "1.1.27"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "vendored_frameworks": "Core/SIRLCore.framework",
26       "preserve_paths": "Core/libs/include/module.modulemap",
27       "vendored_libraries": "Core/libs/*.a",
28       "source_files": "Core/libs/include/*.{h}",
29       "libraries": "c++",
30       "requires_arc": true,
31       "xcconfig": {
32         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
33         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SIRL/Core/libs/include"
34       }
35     },
36     {
37       "name": "Map",
38       "vendored_frameworks": "Map/SIRLMap.framework",
39       "resource_bundles": {
40         "SIRL_MapSDK": [
41           "Resource/*.xcassets"
42         ]
43       },
44       "requires_arc": true,
45       "dependencies": {
46         "SIRL/Core": [
48         ]
49       }
50     },
51     {
52       "name": "Retail",
53       "vendored_frameworks": "Retail/SIRLRetail.framework",
54       "dependencies": {
55         "SIRL/Map": [
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.1"