[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / a / 0 / SIRL / 1.1.18 / SIRL.podspec.json
blobbc3b3d84f64d9caeff25827038c86f68dbe68302
2   "name": "SIRL",
3   "version": "1.1.18",
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": "4.2",
17   "source": {
18     "git": "https://github.com/sirl-io/ios_sdk.git",
19     "tag": "1.1.18"
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": "User",
38       "source_files": "User/**/*.swift",
39       "dependencies": {
40         "SIRL/Core": [
42         ]
43       }
44     },
45     {
46       "name": "Map",
47       "resource_bundles": {
48         "SIRL_MapSDK": [
49           "Resource/*.xcassets"
50         ]
51       },
52       "source_files": "Map/**/*.swift",
53       "dependencies": {
54         "SIRL/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Retail",
61       "source_files": "Retail/**/*.swift",
62       "dependencies": {
63         "SIRL/Map": [
65         ]
66       }
67     }
68   ],
69   "swift_version": "4.2"