| { | |
| "name": "XJLaunchManager", | |
| "version": "0.0.2", | |
| "summary": "Management APP Launch process", | |
| "homepage": "https://github.com/xjimi/XJLaunchManager", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "XJIMI": "fn5128@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/xjimi/XJLaunchManager.git", | |
| "tag": "0.0.2" | |
| }, | |
| "source_files": [ | |
| "XJLaunchManager", | |
| "XJLaunchManager/**/*.{h,m}" | |
| ], | |
| "requires_arc": true, | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "platforms": { | |
| "ios": "9.0" | |
| } | |
| } |