blob: dc0b828e451d55510e671a51c7d7d91c3e280f36 [file] [log] [blame]
{
"name": "ALDClock",
"version": "2.0.1",
"summary": "An interactive clock component for use in iOS projects.",
"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",
"homepage": "https://github.com/andydrizen/ALDClock",
"screenshots": "https://raw.github.com/andydrizen/ALDClock/master/VideoScreenshot.png",
"license": {
"type": "BSD",
"file": "LICENCE"
},
"authors": {
"Andy Drizen": "andydrizen@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/andydrizen/ALDClock.git",
"tag": "2.0.1"
},
"source_files": "ALDClock.{h,m}",
"requires_arc": true
}