[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / f / Webasyst / 1.8.0 / Webasyst.podspec.json
blob1911aee06f711f833f2a9b1103c509f82ed440d9
2   "name": "Webasyst",
3   "version": "1.8.0",
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.0"
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   },
34   "resources": "**/**/*.{xcdatamodeld, xcassets, strings}",
35   "frameworks": [
36     "Foundation",
37     "CoreData"
38   ],
39   "swift_version": "5.0"