blob: 8516b18012de11a35fa09f897ccd037fcf4c1ab1 [file] [log] [blame]
{
"name": "AsistaCore",
"version": "1.1.0",
"summary": "Official Asista SDK in Swift to access Asista Platform core feature",
"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/developer",
"license": {
"type": "MIT",
"file": "asista-sdk-ios-1.1.0/LICENSE"
},
"authors": {
"Cherrylabs": "vaisakh.kp@cherrylabs.com"
},
"documentation_url": "https://asista.com/developer/docs/asista-sdk-for-ios",
"source": {
"http": "https://github.com/cherrylabstech/asista-sdk-ios/archive/1.1.0.zip"
},
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"ios": {
"vendored_frameworks": "asista-sdk-ios-1.1.0/AsistaSupport/AsistaCore.framework"
},
"swift_version": "5.1"
}