blob: fb03851c80df3cc1abe7bf91e0410ee997ea67ce [file] [log] [blame]
{
"name": "RCRTimeLabel",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"RCRTimeLabel/*.{h,m}"
],
"frameworks": "UIKit"
}