[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 9 / 8 / JBCountdownLabel / 1.0 / JBCountdownLabel.podspec.json
blobcfa7258ebebd70c25dc1980232d797bceee8a8c3
2   "name": "JBCountdownLabel",
3   "version": "1.0",
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": "1.0"
19   },
20   "source_files": [
21     "JBCountdownLabelSampleProject/JBCountdownLabel.h",
22     "JBCountdownLabelSampleProject/JBCountdownLabel.m"
23   ],
24   "requires_arc": true