[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / a / 0 / SIRL / 1.1.0 / SIRL.podspec.json
blob3e6f71a2e752116617e4d1971d41f5cf6cbaa668
2   "name": "SIRL",
3   "version": "1.1.0",
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.0"
20   },
21   "default_subspecs": "Core",
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "Core",
26       "vendored_frameworks": "SirlCoreSDK.framework",
27       "dependencies": {
28         "SSZipArchive": [
30         ]
31       }
32     }
33   ]