blob: 8a21d37c46c2f396c690724eb941474d542ea1c5 [file] [log] [blame]
{
"name": "FBiOSDeviceInfo",
"version": "0.1.0",
"summary": "快速获取iOS设备的一些信息",
"description": "快速获取iOS设备的一些信息,包括(获取设备型号,机主名字,总内存,占用内存.CPU等一些常用信息)",
"homepage": "https://github.com/zhangxueyang/FBiOSDeviceInfo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangxueyang": "cocoazxy@gmail.com"
},
"source": {
"git": "https://github.com/zhangxueyang/FBiOSDeviceInfo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "FBiOSDeviceInfo/Classes/**/*",
"requires_arc": true
}