blob: e3078908c21f37c68f4cf64ff77657a45debf530 [file] [log] [blame]
{
"name": "RCRTimeLabel",
"version": "1.0.3",
"summary": "An iOS UILabel subclass that simply displays the current date/time and keeps itself up to date.",
"homepage": "https://github.com/robinsonrc/RCRTimeLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rich Robinson",
"source": {
"git": "https://github.com/robinsonrc/RCRTimeLabel.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"RCRTimeLabel/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"RCRTimers": [
"~> 1.0"
]
}
}