[Add] BlueTriangleSDK-Swift 3.13.1
[CocoaPods.git] / Specs / f / 0 / 5 / GJRedDot / 1.0 / GJRedDot.podspec.json
blobf9c98ff7e8463a9e5ecb957c10f8ef4ffa20bccd
2   "name": "GJRedDot",
3   "version": "1.0",
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"
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   ]