blob: 326bc0ddee34a1aebf52ad25cd74597f404d9b4e [file] [log] [blame]
{
"name": "AsistaUI",
"version": "0.2.3",
"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://github.com/cherrylabstech/asista-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vaisakhcherrylabs": "vaisakh.kp@cherrylabs.com"
},
"source": {
"git": "https://github.com/cherrylabstech/asista-sdk-ios.git",
"tag": "0.2.3"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "AsistaUI/**/*.{swift}",
"resource_bundles": {
"AsistaUI": [
"AsistaUI/Assets/*.*"
]
},
"dependencies": {
"AsistaCore": [
"~> 0.2.3"
],
"Eureka": [
],
"IHProgressHUD": [
]
}
}