[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 2 / 1 / ALDClock / 2.0.0 / ALDClock.podspec.json
blob64be860ae011aafe2a8900dd75c8d21a837a1ad1
2   "name": "ALDClock",
3   "version": "2.0.0",
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",
8   "license": {
9     "type": "BSD",
10     "file": "LICENCE"
11   },
12   "authors": {
13     "Andy Drizen": "andydrizen@gmail.com"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/andydrizen/ALDClock.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "ALDClock.{h,m}",
23   "requires_arc": true