blob: 57832004dc034efa21810bfcd2efb53e99bb1864 [file] [log] [blame]
{
"name": "RCRTimeLabel",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": [
"RCRTimeLabel/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"RCRTimers": [
"~> 1.1"
]
}
}