[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / d / 6 / 8 / AppStatsSQLite / 0.0.2 / AppStatsSQLite.podspec.json
blob68745a7b27dd9d43c907b21f364092fff3833e2b
2   "name": "AppStatsSQLite",
3   "version": "0.0.2",
4   "summary": "Collect app events, store data in SQLite.",
5   "description": "- 收集 app 的一些信息,比如安装次数,启动次数,打开次数\n- 埋点,保存一些自定义操作的记录\n- 使用 SQLite 数据库存储",
6   "homepage": "https://meilbn.com",
7   "license": "MIT",
8   "authors": {
9     "Meilbn": "codingallnight@gmail.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/meilbn/AppStatsSQLite.git",
16     "tag": "0.0.2"
17   },
18   "swift_versions": "5",
19   "source_files": "AppStatsSQLite/*.swift",
20   "dependencies": {
21     "Moya": [
22       "~> 15.0"
23     ],
24     "Alamofire": [
25       "~> 5.0"
26     ],
27     "SwiftyJSON": [
28       "~> 5.0"
29     ],
30     "SQLite.swift": [
31       "~> 0.14"
32     ]
33   },
34   "swift_version": "5"