| { | |
| "name": "FJTrace", | |
| "version": "0.0.1", | |
| "summary": "跟踪和采集页面跳转事件的工具", | |
| "homepage": "https://github.com/jeffnjut/FJTrace", | |
| "license": "MIT", | |
| "authors": { | |
| "jeff_njut": "jeff_njut@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/jeffnjut/FJTrace.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "FJTrace/classes/**/*.{h,m}", | |
| "requires_arc": true, | |
| "dependencies": { | |
| "JSONModel": [ | |
| ], | |
| "FJTool": [ | |
| ] | |
| } | |
| } |