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