| { | |
| "name": "XYPingUtil", | |
| "version": "0.1", | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.11" | |
| }, | |
| "license": "MIT", | |
| "homepage": "https://github.com/k1er", | |
| "authors": { | |
| "Rudy Yang": "anke603@163.com" | |
| }, | |
| "summary": "测试ping值的小工具", | |
| "source": { | |
| "git": "https://github.com/k1er/PingUtil.git", | |
| "tag": "0.1" | |
| }, | |
| "source_files": "PingUtil/*.{h,m}", | |
| "frameworks": "Foundation", | |
| "libraries": "z", | |
| "requires_arc": true | |
| } |