[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / a / 0 / SIRL / 1.3.2 / SIRL.podspec.json
blobe897bfad430992bc0ed16ed5c780461a6151383a
2   "name": "SIRL",
3   "version": "1.3.2",
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.3.2"
20   },
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "vendored_frameworks": "Core/SIRLCore.framework",
32       "preserve_paths": "Core/libs/include/module.modulemap",
33       "vendored_libraries": "Core/libs/*.a",
34       "source_files": "Core/libs/include/*.{h}",
35       "libraries": "c++",
36       "requires_arc": true,
37       "xcconfig": {
38         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
39         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SIRL/Core/libs/include"
40       }
41     },
42     {
43       "name": "Map",
44       "vendored_frameworks": "Map/SIRLMap.framework",
45       "resource_bundles": {
46         "SIRL_MapSDK": [
47           "Resource/*.xcassets"
48         ]
49       },
50       "requires_arc": true,
51       "dependencies": {
52         "SIRL/Core": [
54         ]
55       }
56     },
57     {
58       "name": "Retail",
59       "vendored_frameworks": "Retail/SIRLRetail.framework",
60       "dependencies": {
61         "SIRL/Map": [
63         ]
64       }
65     },
66     {
67       "name": "User",
68       "vendored_frameworks": "User/SIRLUser.framework",
69       "dependencies": {
70         "SIRL/Core": [
72         ]
73       }
74     }
75   ],
76   "swift_version": "5.1"