123456789101112131415161718192021222324252627 |
- {
- "name": "MKRRadioManager",
- "version": "0.0.1",
- "summary": "A short description of MKRRadioManager.",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "ssh://zyx@192.168.66.99:/home/zyx/source/MKRComponent/MKRRadioManager.git",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "yyqxiaoyin": "357491060@qq.com"
- },
- "source": {
- "git": "ssh://zyx@192.168.66.99:/home/zyx/source/MKRComponent/MKRRadioManager.git",
- "tag": "0.0.1"
- },
- "platforms": {
- "ios": "8.0"
- },
- "source_files": "MKRRadioManager/Classes/**/*",
- "dependencies": {
- "libAS-Control": [
- ]
- }
- }
|