[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / a / 0 / SIRL / 1.1.3 / SIRL.podspec.json
blob293d42af7bfba21dd4a60af342a31ea4a8c5ea6e
2   "name": "SIRL",
3   "version": "1.1.3",
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": "11.0"
15   },
16   "swift_versions": "4.2",
17   "source": {
18     "git": "https://github.com/sirl-io/ios_sdk.git",
19     "tag": "1.1.3"
20   },
21   "default_subspecs": "Core",
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "Core",
26       "vendored_frameworks": "SIRLCore.framework",
27       "preserve_paths": "libs/include/module.modulemap",
28       "vendored_libraries": "libs/*.a",
29       "source_files": "libs/include/*.{h}",
30       "libraries": "c++",
31       "dependencies": {
32         "SSZipArchive": [
34         ]
35       },
36       "requires_arc": true,
37       "xcconfig": {
38         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
39         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SIRL/libs/include"
40       }
41     }
42   ]