blob: 380307653265079eddf25ceddd0af9a4458fcfc7 [file] [log] [blame]
{
"name": "AsistaUI",
"version": "1.0.03",
"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.03/LICENSE"
},
"authors": {
"Cherrylabs": "vaisakh.kp@cherrylabs.com"
},
"documentation_url": "https://asista.com/developer/docs/asista-sdk-for-ios",
"platforms": {
"ios": "11.0"
},
"source": {
"http": "https://github.com/cherrylabstech/asista-sdk-ios/archive/1.0.03.zip"
},
"swift_versions": [
"5.0",
"5.1"
],
"static_framework": true,
"ios": {
"vendored_frameworks": "asista-sdk-ios-1.0.03/AsistaSupport/AsistaUI.framework",
"resource_bundles": {
"AsistaUI": "asista-sdk-ios-1.0.03/AsistaSupport/AsistaUI.framework/*.png"
}
},
"dependencies": {
"AsistaCore": [
],
"Eureka": [
],
"SwiftMessages": [
],
"Kingfisher": [
],
"IHProgressHUD": [
],
"ListPlaceholder": [
]
},
"swift_version": "5.1"
}