[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / a / 0 / SIRL / 1.1.13 / SIRL.podspec.json
blob5551ca742a34c356975e0ab8c4d15bcdc8020b79
2   "name": "SIRL",
3   "version": "1.1.13",
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.13"
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       "requires_arc": true,
32       "xcconfig": {
33         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
34         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SIRL/libs/include"
35       }
36     }
37   ]