[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 7 / 2 / STCRouter / 1.0.0 / STCRouter.podspec.json
blob389de7984369e25169206a8446ab70f445efffc0
2   "name": "STCRouter",
3   "summary": "基于标准URL实现的iOS路由系统,可实现业务模块组件化,解耦各个业务模块。",
4   "version": "1.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "chenxiancai": "chenxiancai@hotmail.com"
11   },
12   "homepage": "https://github.com/chenxiancai/STCRouter",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/chenxiancai/STCRouter.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "Router/STCRouter/*.{h,m,c}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]