[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 5 / GJRedDot / 1.0-alpha / GJRedDot.podspec.json
blob1994a3dd8bccd4e382a8823078b33e64dc3c8925
2   "name": "GJRedDot",
3   "version": "1.0-alpha",
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.0-alpha"
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   ]