[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / c / RCRTimeLabel / 1.0.0 / RCRTimeLabel.podspec.json
blobc402662ab8a7994dee46e84176dfdab56f7bea1c
2   "name": "RCRTimeLabel",
3   "version": "1.0.0",
4   "summary": "An iOS UILabel subclass that simply displays the current date/time and keeps itself up to date.",
5   "homepage": "https://github.com/robinsonrc/RCRTimeLabel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Rich Robinson",
11   "source": {
12     "git": "https://github.com/robinsonrc/RCRTimeLabel.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "RCRTimeLabel/*.{h,m}"
21   ],
22   "frameworks": "UIKit"