Andrew Shen | ec7ae8f | 2018-07-18 05:52:38 -0400 | [diff] [blame] | 1 | { |
| 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 | } |