blob: 9629ff7a4a6de5001355f1ac6fc33397becbe7d2 [file] [log] [blame]
{
"name": "HairlineConstraint",
"version": "0.1.0",
"summary": "The only 1px constraint physically",
"description": "The only 1px constraint physically.\n\nRecent iPhone has very high resolution display, width 1 is not 1 pixel.\nIf you need to draw physical 1 pixel border, you can use HairlineConstraint to resolve the problems.",
"homepage": "https://github.com/pine/HairlineConstraint",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pine Mizune": "pinemz@gmail.com"
},
"source": {
"git": "https://github.com/pine/HairlineConstraint.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HairlineConstraint/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}