blob: 9d9f96604442278d336f117a3cae4d59c856f789 [file] [log] [blame]
{
"name": "DeviceInfo",
"version": "0.0.1",
"summary": "简单的有关屏幕大小和计算等",
"homepage": "https://github.com/nhfc99/DeviceInfo",
"license": "MIT",
"authors": {
"牛宏飞": "nhfc99@163.com"
},
"source": {
"git": "https://github.com/nhfc99/DeviceInfo.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DeviceInfo/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}