[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / 3 / AsistaUI / 0.2.4 / AsistaUI.podspec.json
blob8b8d1a132df20076a0a10c24f88bace40e8fc0ac
2   "name": "AsistaUI",
3   "version": "0.2.4",
4   "summary": "An official Asista UI SDK in swift to access asista platform features instantly without deeper coding.",
5   "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",
6   "homepage": "https://github.com/cherrylabstech/asista-sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vaisakhcherrylabs": "vaisakh.kp@cherrylabs.com"
13   },
14   "source": {
15     "git": "https://github.com/cherrylabstech/asista-sdk-ios.git",
16     "tag": "0.2.4"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AsistaUI/**/*.{swift}",
23   "resource_bundles": {
24     "AsistaUI": [
25       "AsistaUI/Assets/*.*"
26     ]
27   },
28   "dependencies": {
29     "AsistaCore": [
31     ],
32     "Eureka": [
34     ],
35     "IHProgressHUD": [
37     ]
38   }