[Add] !ProtoCompiler-gRPCCppPlugin 1.69.0
[CocoaPods.git] / Specs / 9 / 6 / 1 / ThLibCore / 0.3 / ThLibCore.podspec.json
blob1c4338ef4457a905c4a9927d64726f0fc9c52b3b
2   "name": "ThLibCore",
3   "version": "0.3",
4   "summary": "ThLibCore 存放与 UI 不太相关的一些不是很复杂的一些公用库.",
5   "description": "1. ThLib_Core: 存放与 UI 不太相关的一些不是很复杂的一些公用库\n    1. ThLog\n        1. 日志格式化\n        2. 全局开启和关闭\n        3. 设置是否保存到本地文件\n        4. 支持发送出来\n    注意:未包含ThTracker相关。(发送事件通用库)",
6   "homepage": "https://thinkyeah.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Xudong Liu": "xudong_liu@thinkyeah.com"
13   },
14   "platforms": {
15     "ios": "15.0"
16   },
17   "source": {
18     "git": "https://bitbucket.org/thinkyeah/ioslibcore.git",
19     "tag": "0.3"
20   },
21   "source_files": [
22     "ThLibCore/ThExtensions/*.{swift}",
23     "ThLibCore/ThDatabase/*.{swift}",
24     "ThLibCore/ThUtils/*.{swift}"
25   ],
26   "dependencies": {
27     "SQLite.swift": [
28       "0.13.3"
29     ]
30   },
31   "swift_versions": [
32     "5"
33   ],
34   "subspecs": [
35     {
36       "name": "Log",
37       "source_files": [
38         "ThLibCore/ThLog/*.{swift}"
39       ],
40       "dependencies": {
41         "CocoaLumberjack/Swift": [
42           "~> 3.8.2"
43         ],
44         "Alamofire": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5"