blob: cc42cdc02de490161fdea4cde381b5be8d83c097 [file] [log] [blame]
{
"name": "ZHDeviceTool",
"version": "1.0.0",
"summary": "设备信息",
"description": "有关iOS设备信息的操作",
"homepage": "https://github.com/leezhihua/ZHDeviceTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leezhihua": "leezhihua@yeah.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/leezhihua/ZHDeviceTool.git",
"tag": "1.0.0"
},
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"CoreTelephony",
"SystemConfiguration"
],
"requires_arc": true
}