[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 1 / 3 / b / LFPhoneInfo / 0.1.5 / LFPhoneInfo.podspec.json
blob71a3fd8894d64c8c1efe0ce9d313019034bddfe3
2   "name": "LFPhoneInfo",
3   "version": "0.1.5",
4   "summary": "iOS 快速获取设备信息。",
5   "description": "LFPhoneInfo 可通过一行代码快速获取设备各种信息的工具类。\n例如获取设备名称(e.g. iPhone X),电池剩余电量百分比(e.g. 53%);\n获取局域网 IP(192.168.1.3),网络运营商(中国移动),检测是否使用了代理 IP;\n获取设备是否越狱,App 更新时间等等。",
6   "homepage": "https://github.com/muzipiao",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lifei": "lifei_zdjl@126.com"
13   },
14   "source": {
15     "git": "https://github.com/muzipiao/LFPhoneInfo.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LFPhoneInfo/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "SystemConfiguration"
26   ],
27   "requires_arc": true