[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / 3 / f / Webasyst / 1.8.13 / Webasyst.podspec.json
blob902bbec925aa3da3e2168d9b14dca6781076ec25
2   "name": "Webasyst",
3   "version": "1.8.13",
4   "summary": "Webasyst ID auth & token refresh & API calls",
5   "description": "This library has been created to make working with Webasyst easier. The library allows you to authorise a user via a WAID server, get user settings and get tokens to work with them. The library has its own database to work with and requires no additional Core Data connection to the project.",
6   "homepage": "https://github.com/1312inc/Webasyst-X-iOS-Pod",
7   "license": {
8     "type": "LGPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1312 Inc.": "hello@1312.io"
13   },
14   "source": {
15     "git": "https://github.com/1312inc/Webasyst-X-iOS-Pod.git",
16     "tag": "v1.8.13"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "watchos": "7.0",
21     "ios": "13.0"
22   },
23   "source_files": "Webasyst/Source/**/*.swift",
24   "ios": {
25     "source_files": "Webasyst/iOS/**/*.swift",
26     "frameworks": [
27       "UIKit",
28       "WebKit"
29     ]
30   },
31   "watchos": {
32     "source_files": "Webasyst/WatchOS/**/*.swift",
33     "frameworks": "WatchKit"
34   },
35   "resources": "Webasyst/**/**/*.{strings,xcdatamodeld,xcassets}",
36   "frameworks": [
37     "Foundation",
38     "CoreData"
39   ],
40   "swift_version": "5.0"