[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 1 / 3 / c / RCRTimeLabel / 1.2.0 / RCRTimeLabel.podspec.json
blob20151656f72ed4f9e71a94b5b06aa94e455d8c0a
2   "name": "RCRTimeLabel",
3   "version": "1.2.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.2.0"
14   },
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "RCRTimeLabel/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RCRTimers": [
25       "~> 1.1"
26     ]
27   }