[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 5 / 6 / CountdownLabel / 1.0.2 / CountdownLabel.podspec.json
blob478d4a8dea9230a2c0c0e8ed7b0d0d989cbfa663
2   "name": "CountdownLabel",
3   "version": "1.0.2",
4   "summary": "Simple countdown UILabel with morphing animation, and some useful function.",
5   "homepage": "https://github.com/suzuki-0000/CountdownLabel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "suzuki_keishi": "keishi.1983@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/suzuki-0000/CountdownLabel.git",
15     "tag": "1.0.2"
16   },
17   "platforms": {
18     "ios": "8.4"
19   },
20   "source_files": "CountdownLabel/*.swift",
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "dependencies": {
24     "LTMorphingLabel": [
25       "~> 0.1.1"
26     ]
27   }