blob: 13b25c9cd1a24f8e6a786ccbf6a6709d73c81194 [file] [log] [blame]
Andrew Shenec7ae8f2018-07-18 05:52:38 -04001{
2 "name": "ASModuleInteractor",
3 "version": "1.0.0",
4 "summary": "简易的页面跳转方案",
5 "description": "在此类基础上,通过Category的方式为每个模块添加页面跳转方法",
6 "homepage": "https://github.com/Andrewmika/ASModuleInteractor",
7 "license": {
8 "type": "MIT",
9 "file": "LICENSE"
10 },
11 "authors": {
12 "Andrewmika": "iandrew@126.com"
13 },
14 "source": {
15 "git": "https://github.com/Andrewmika/ASModuleInteractor.git",
16 "tag": "1.0.0"
17 },
18 "platforms": {
19 "ios": "7.0"
20 },
21 "source_files": "ASModuleInteractor/Classes/**/*"
22}