Skip to content

Commit

Permalink
[Add] RCRTimeLabel 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsonrc authored and CocoaPodsBot committed Sep 13, 2014
1 parent dcc473e commit 4b8d3e7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Specs/RCRTimeLabel/1.0.3/RCRTimeLabel.podspec.json
@@ -0,0 +1,28 @@
{
"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"
]
}
}

0 comments on commit 4b8d3e7

Please sign in to comment.