[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 7 / 2 / STCRouter / 1.2.0 / STCRouter.podspec.json
blobda15597f2e83cad0b20695a5cc7ca856af6ef946
2   "name": "STCRouter",
3   "summary": "基于标准URL实现的iOS路由系统,可实现业务模块组件化,解耦各个业务模块, 可实现native降级为hybrid。",
4   "version": "1.2.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.2.0"
19   },
20   "source_files": "Router/STCRouter/*.{h,m,c}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]