[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / c / AlgoLogger / 1.0.0 / AlgoLogger.podspec.json
blobe11617ff2318b487f6be5047051e121328797f14
2   "name": "AlgoLogger",
3   "version": "1.0.0",
4   "summary": "Logger Library of Algorigo",
5   "swift_versions": "5.7",
6   "description": "AlgoLogger is a logger library of Algorigo. It is a simple and easy-to-use logger library that can be used in iOS projects.",
7   "homepage": "https://github.com/Algorigo/AlgoLogger_iOS",
8   "license": "MIT",
9   "authors": {
10     "Rouddy": "rouddy@naver.com"
11   },
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://github.com/Algorigo/AlgoLogger_iOS",
17     "tag": "1.0.0"
18   },
19   "source_files": "AlgoLogger/Sources/AlgoLogger/**/*.swift",
20   "exclude_files": "AlgoLogger/Tests/**/*",
21   "dependencies": {
22     "XCGLogger": [
23       "~> 7.0.1"
24     ],
25     "RxSwift": [
26       "~> 6.5.0"
27     ],
28     "RxCocoa": [
29       "~> 6.5.0"
30     ],
31     "RxRelay": [
32       "~> 6.5.0"
33     ],
34     "AWSCore": [
35       "~> 2.33.10"
36     ],
37     "AWSS3": [
38       "~> 2.33.10"
39     ],
40     "AWSLogs": [
41       "~> 2.33.10"
42     ],
43     "SQLite.swift": [
44       "~> 0.14.0"
45     ]
46   },
47   "swift_version": "5.7"