[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / 1 / ThLibCore / 0.5 / ThLibCore.podspec.json
blob032e8451b9f5c9b37a4cae0e83156e67721924d2
2   "name": "ThLibCore",
3   "version": "0.5",
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.5"
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       "name": "Config",
51       "source_files": [
52         "ThLibCore/ThLocalConfig/*.{swift}",
53         "ThLibCore/ThRemoteConfig/*.{swift}"
54       ],
55       "dependencies": {
56         "FirebaseRemoteConfig": [
58         ],
59         "SwiftyJSON": [
61         ]
62       }
63     }
64   ],
65   "swift_version": "5"