[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 0 / 5 / GJRedDot / 1.1 / GJRedDot.podspec.json
blob170678c2185bbaaa6994744b7c4549c936232c1a
2   "name": "GJRedDot",
3   "version": "1.1",
4   "summary": "Show red dot, associate and refresh.",
5   "description": "U can use GJRedDot to show or hide the red dot on UIView and UITabBarItem.\nU can regist red dot's association, and refresh it that it will refreshed through all association nodes.\nRed dot will through its asscocation nodes to decide it that show or hide.",
6   "homepage": "https://github.com/GJGroup/GJRedDot",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangyutao": "https://github.com/wangyutao0424"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/GJGroup/GJRedDot.git",
19     "branch": "master",
20     "tag": "1.1"
21   },
22   "requires_arc": true,
23   "source_files": "GJRedDot/*.{h,m}",
24   "frameworks": "Foundation",
25   "subspecs": [
26     {
27       "name": "GJDeallocBlockExecutor",
28       "source_files": "GJRedDot/GJDeallocBlockExecutor/**/*.{h,m}",
29       "public_header_files": "GJRedDot/GJDeallocBlockExecutor/**/*.{h}"
30     }
31   ]