{ | |
"name": "NGOOnePixelView", | |
"version": "0.3", | |
"summary": "A UIView subclass for times when the designer insists on a 1px separator line.", | |
"homepage": "https://github.com/andgotravel/NGOOnePixelView", | |
"license": "MIT", | |
"authors": { | |
"Stas Zhukovskiy": "stzhuk@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/andgotravel/NGOOnePixelView.git", | |
"tag": "0.3" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Pod/Classes/*", | |
"frameworks": [ | |
"UIKit", | |
"CoreGraphics" | |
] | |
} |