4 "summary": "An interactive clock component for use in iOS projects.",
5 "description": " Add both `ALDClock.h` and `ALDClock.m` to your project, and then `#import \"ALDClock.h\"` into your own class. Create an instance of the clock by:\n\n\t\t\t\t\t```\n\t\t\t\t\tALDClock *clock = [[ALDClock alloc] initWithFrame:self.view.bounds];\n\t\t\t\t\t```\n\n\t\t\t\t\tand add it to your view.\n",
6 "homepage": "https://github.com/andydrizen/ALDClock",
7 "screenshots": "https://raw.github.com/andydrizen/ALDClock/master/VideoScreenshot.png",
13 "Andy Drizen": "andydrizen@gmail.com"
19 "git": "https://github.com/andydrizen/ALDClock.git",
22 "source_files": "ALDClock.{h,m}",