blob: 90db3b24d81b09804b24bb712387ad6f9b62131c [file] [log] [blame]
{
"name": "AsistaUI",
"version": "0.3.18",
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vaisakh": "vaisakh.kp@cherrylabs.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/cherrylabstech/asista-sdk-ios.git",
"tag": "0.3.18"
},
"swift_version": "4.2",
"vendored_frameworks": "AsistaSDK/AsistaUI.framework",
"ios": {
"resource_bundles": {
"AsistaUI": "AsistaSDK/AsistaUI.framework/*.png"
}
},
"dependencies": {
"AsistaCore": [
],
"Eureka": [
],
"IHProgressHUD": [
]
}
}