blob: 858c529378e07a6649ba86771d32e6c5fdeec2fa [file] [log] [blame]
{
"name": "FitScreenKit",
"version": "0.0.3",
"summary": "一个适配屏幕的方案",
"description": "一个适配屏幕的方案,适合4s以上设备,使用宏定义来调参数",
"homepage": "https://github.com/xyhuangjia/FitScreenKit",
"license": "MIT",
"authors": {
"xyhuangjia": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xyhuangjia/FitScreenKit.git",
"tag": "v0.0.3"
},
"source_files": [
"Classes",
"FitScreenKit/Classes/**/*.{h,m}"
],
"public_header_files": "FitScreenKit/Classes/FitScreen.h",
"requires_arc": true
}