| { |
| "name": "LFPhoneInfo", |
| "version": "0.1.2", |
| "summary": "iOS 快速获取设备信息。", |
| "description": "LFPhoneInfo 可通过一行代码快速获取设备各种信息的工具类。\n例如获取设备名称(e.g. iPhone X),电池剩余电量百分比(e.g. 53%);\n获取局域网 IP(192.168.1.3),网络运营商(中国移动),检测是否使用了代理 IP;\n获取设备是否越狱,App 更新时间等等。", |
| "homepage": "https://github.com/muzipiao", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lifei": "lifei_zdjl@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/muzipiao/LFPhoneInfo.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LFPhoneInfo/Classes/**/*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |