blob: f6bb416be17ad6540ab63fd9c26cb8264b9c98f5 [file] [log] [blame]
{
"name": "DRAuraButton",
"version": "0.3.3",
"summary": "A UIButton with a rotating subview.",
"description": "An UIButton with a rotating subview. This subview displays two arc of a circle that can be customized. Customisation are pre-registered and their transition are animated.\n\nCustomization includes the color and width of the arcs, the distance between the arcs and the distance between the circle and the button itself.\n\nThe UIButton itself appears as a disk (by setting the UIButton.layer.cornerRadius).\n\nThe main objective of that pod was to work with the Core Animation framework.",
"homepage": "https://github.com/DeRunco/DRAuraButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles Thierry": "charles.thierry@gmail.com"
},
"source": {
"git": "https://github.com/DeRunco/DRAuraButton.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "7.1"
},
"source_files": "DRAuraButton/Classes/**/*",
"public_header_files": "DRAuraButton/Classes/*.h"
}