[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 5 / 4 / ZQCountDownView / 1.0.4 / ZQCountDownView.podspec.json
blob6f1b5b53cc2480dc643a2ecb79b89e32195a9a5b
2   "name": "ZQCountDownView",
3   "version": "1.0.4",
4   "summary": "倒计时控件",
5   "description": "##一个简单的iOS倒计时控件\n\n####初始化\n将ZQCountDownView添加到你的项目工程,然后可以通过代码或者xib的形式进行初始化\n\n````\n_recoderTimeIntervalDidInBackground = YES\n````\n\n_recoderTimeIntervalDidInBackground等于YES的时候,应用程序进入后台会记录当前剩余的倒计时和进入后台的时间,当应用程序再次进入前台时倒计时会减掉中间的时间差。(程序进入后台一段时间后,定时器会暂停计时)",
6   "homepage": "https://github.com/RockefellerZQ/CountDownView",
7   "screenshots": "https://raw.githubusercontent.com/RockefellerZQ/CountDownView/master/Image/Demo.png",
8   "license": {
9     "type": "MIT",
10     "file": "./LICENSE"
11   },
12   "authors": {
13     "name": "rockefeller",
14     "email": "rockefeller.zq@gmail.com"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/RockefellerZQ/CountDownView.git",
21     "tag": "1.0.4"
22   },
23   "source_files": [
24     "Classes",
25     "CountDownView/**/*.{h,m}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "requires_arc": true