[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / c / 0 / JBCoundownLabel / 0.0.2 / JBCoundownLabel.podspec.json
blobebe78ab777ed9f5a5366f0cb5c14b293fdfc56a7
2   "name": "JBCoundownLabel",
3   "version": "0.0.2",
4   "summary": "A UILabel subclass that displays a countdown",
5   "platforms": {
6     "ios": "6.0"
7   },
8   "description": "                   JBCountdownLabel is UILabel subclass that displays a countdown with a defined amount of seconds. So you can customise the label just like a native `UILabel` and add some cool actions\n",
9   "homepage": "https://github.com/jberlana/JBCoundownLabel",
10   "screenshots": "https://raw.githubusercontent.com/jberlana/JBCoundownLabel/master/demo.gif",
11   "license": "MIT",
12   "authors": {
13     "Javier Berlana": "jberlana@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/jberlana",
16   "source": {
17     "git": "https://github.com/jberlana/JBCoundownLabel.git",
18     "tag": "0.0.2"
19   },
20   "source_files": [
21     "JBCoundownLabelSampleProject/JBCountdownLabel.h",
22     "JBCoundownLabelSampleProject/JBCountdownLabel.m"
23   ],
24   "requires_arc": true