blob: 20414b251d38721f79d602e4fcc6a2b83265975d [file] [log] [blame]
{
"name": "AsistaUI",
"version": "1.0.0",
"summary": "An official Asista UI SDK in swift to access asista platform features instantly without deeper coding.",
"description": "The Asista UI SDK in Swift Core framework provides:\n* User Registration\n* User Authentication\n* Knowledge base view\n* Ticket Creation\n* Ticket listing\n* Asset listing",
"homepage": "https://asista.com/developer",
"license": {
"type": "MIT",
"file": "asista-sdk-ios-1.0.0/LICENSE"
},
"authors": "Cherrylabs",
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://github.com/cherrylabstech/asista-sdk-ios/archive/1.0.0.zip"
},
"swift_versions": [
"5.0",
"5.1"
],
"static_framework": true,
"ios": {
"vendored_frameworks": "asista-sdk-ios-1.0.0/AsistaSupport/AsistaUI.framework"
},
"swift_version": "5.1"
}