[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / c / AlgoLogger / 0.1.0 / AlgoLogger.podspec.json
blob33515512717a4c908bf80dcc3086839cac769444
2   "name": "AlgoLogger",
3   "version": "0.1.0",
4   "summary": "Logger Library of Algorigo",
5   "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.",
6   "homepage": "https://github.com/Algorigo/AlgoLogger_iOS",
7   "license": "MIT",
8   "authors": {
9     "Rouddy": "rouddy@naver.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/Algorigo/AlgoLogger_iOS",
16     "tag": "0.1.0"
17   },
18   "source_files": [
19     "AlgoLogger/Sources/AlgoLogger",
20     "AlgoLogger/Sources/AlgoLogger/**/*.{h,m}"
21   ],
22   "dependencies": {
23     "XCGLogger": [
24       "~> 7.0.1"
25     ],
26     "RxSwift": [
27       "~> 6.5.0"
28     ],
29     "RxCocoa": [
30       "~> 6.5.0"
31     ],
32     "RxRelay": [
33       "~> 6.5.0"
34     ],
35     "AWSS3": [
36       "~> 2.33.10"
37     ],
38     "AWSLogs": [
39       "~> 2.33.10"
40     ],
41     "SQLite.swift": [
42       "~> 0.14.0"
43     ]
44   }