blob: e1913ec62c381b54a79ca8818e1799e4caeca465 [file] [log] [blame]
{
"name": "AsistaCore",
"version": "0.3.0",
"summary": "Official Asista SDK in Swift to access Asista Platform core features",
"description": "The Asista SDK in Swift Core framework provides:\n* Create new tickets\n* Update Ticket State\n* Add comments to ticket\n* Asset list\n* Update profile\n* Knowledge Base Articles",
"homepage": "https://asista.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vaisakh": "vaisakh.kp@cherrylabs.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cherrylabstech/asista-sdk-ios.git",
"tag": "0.3.0"
},
"swift_version": "4.2",
"ios": {
"vendored_frameworks": "AsistaCore.framework"
},
"dependencies": {
"Alamofire": [
]
}
}