blob: 1c9f00bc04b9151a6000819db7a1a1792496b2fa [file] [log] [blame]
{
"name": "SIRL",
"version": "1.1.1",
"summary": "SIRL SDKs",
"description": "This is the set of SDKs for the SIRL system.",
"homepage": "https://www.sirl.io",
"license": {
"type": "Copyright SIRL Inc. 2019"
},
"authors": {
"Wei Cai": "wei.cai@sirl.io"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/sirl-io/ios_sdk.git",
"tag": "1.1.1"
},
"default_subspecs": "Core",
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "SIRLCore.framework",
"dependencies": {
"SSZipArchive": [
]
}
}
]
}