[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 3 / 2 / LiangYCategory / 0.1.3 / LiangYCategory.podspec.json
blob05b10815bd52b3e8ceed5396c38e1157ae1488ec
2   "name": "LiangYCategory",
3   "version": "0.1.3",
4   "summary": "常用的语法糖",
5   "description": "对string、mutaleString的常规处理。\n对date的常规处理。\n对xib的常规处理。\n对collectionview,tableview的注册cell、dequeCell做简化。\n对分割线做简化处理。\n对codeable的简化处理。",
6   "homepage": "https://gitee.com/liang-qicai/lycategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sunny": "2468751795@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/liang-qicai/lycategory.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "LYCategory/Classes/**/*",
22   "swift_versions": [
23     5.0
24   ],
25   "dependencies": {
26     "YYCategories": [
27       "~> 1.0.4"
28     ],
29     "RxSwift": [
30       "~> 6.5.0"
31     ],
32     "RxCocoa": [
33       "~> 6.5.0"
34     ],
35     "SnapKit": [
36       "~> 5.6.0"
37     ]
38   },
39   "swift_version": "5.0"