| { | |
| "name": "KZAlert", | |
| "version": "0.0.1", | |
| "summary": "KZAlert是看准科技iOS弹窗工具", | |
| "homepage": "https://git.kanzhun-inc.com/", | |
| "authors": { | |
| "yixiong": "yixiong@kanzhun.com" | |
| }, | |
| "license": "MIT", | |
| "source": { | |
| "git": "https://git.kanzhun-inc.com/bosszhipin/kzalert.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source_files": "KZAlert/KZAlert.h", | |
| "subspecs": [ | |
| { | |
| "name": "KZSystemAlert", | |
| "source_files": "KZAlert/KZSystemAlert/**/*.{h,m}" | |
| } | |
| ] | |
| } |