[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / c / 4 / e / DRAuraButton / 0.3.3 / DRAuraButton.podspec.json
blobf6bb416be17ad6540ab63fd9c26cb8264b9c98f5
2   "name": "DRAuraButton",
3   "version": "0.3.3",
4   "summary": "A UIButton with a rotating subview.",
5   "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.",
6   "homepage": "https://github.com/DeRunco/DRAuraButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Charles Thierry": "charles.thierry@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DeRunco/DRAuraButton.git",
16     "tag": "0.3.3"
17   },
18   "platforms": {
19     "ios": "7.1"
20   },
21   "source_files": "DRAuraButton/Classes/**/*",
22   "public_header_files": "DRAuraButton/Classes/*.h"