blob: 025fd4a860c4acec1d5da02d32453dfe789d7eb2 [file] [log] [blame]
{
"name": "NGORoundedButton",
"version": "2.1",
"summary": "A custom UIButton for common actions. Icons are drawn in CoreGraphics. No Images.",
"homepage": "https://github.com/andgotravel/NGORoundedButton",
"license": "MIT",
"authors": {
"Stas Zhukovskiy": "stzhuk@gmail.com"
},
"source": {
"git": "https://github.com/andgotravel/NGORoundedButton.git",
"tag": "2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}