blob: d487810053747f54979500d97fe1893c64546aa6 [file] [log] [blame]
{
"name": "SPClockView",
"version": "0.0.1",
"summary": " A clone of native app clock",
"description": " ###Features\n1. Can set the time zone or choose from a list of time zone\n2. Automatically detects the day or night and changes the background of the clock\n3. Doesn't use `NSTimer\t` to schedule the time, so it won't be blocked by any other UI operations.\n4. Swipe to delete the added clock\n5. Displays the name of the timezone and time in digital format\n6. Digital clock to display the name in format: `HH:mm:ss`\n",
"homepage": "https://github.com/freesuraj/Clock-iOS",
"screenshots": "https://dl.dropboxusercontent.com/u/4280704/publicPhotos/spclockView.png",
"license": "MIT",
"authors": {
"Suraj Pathak": "freesuraj@gmail.com"
},
"social_media_url": "http://twitter.com/freesuraj",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "git@github.com:freesuraj/Clock-iOS.git",
"commit": "92747e9c5acdfe5a684791ba4c458f32007a0629"
},
"source_files": "Clock/Clock/Clock-Source/**/*.{h,m}",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true
}