blob: 0f75b7455056155ad1bacd6d1832455e7e03edd7 [file] [log] [blame]
{
"name": "AsistaCore",
"version": "0.1.7",
"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": {
"Cherrylabs": "vaisakh.kp@cherrylabs.com"
},
"source": {
"git": "https://github.com/cherrylabstech/asista-sdk-ios.git",
"tag": "0.1.7"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "AsistaCore/**/*.{swift}",
"dependencies": {
"Alamofire": [
]
}
}