[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / 3 / AsistaUI / 0.3.16 / AsistaUI.podspec.json
blob017e2b7ac7f802c7ccbe8301a214b437eddb4766
2   "name": "AsistaUI",
3   "version": "0.3.16",
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://asista.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vaisakh": "vaisakh.kp@cherrylabs.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/cherrylabstech/asista-sdk-ios.git",
19     "tag": "0.3.16"
20   },
21   "swift_version": "4.2",
22   "vendored_frameworks": "AsistaSDK/AsistaUI.framework",
23   "ios": {
24     "resource_bundles": {
25       "AsistaUI": "AsistaSDK/AsistaUI.framework/*.png"
26     }
27   },
28   "dependencies": {
29     "AsistaCore": [
31     ],
32     "Eureka": [
34     ],
35     "IHProgressHUD": [
37     ]
38   }