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