[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / d / a / YC-BaseLib / 0.0.8 / YC-BaseLib.podspec.json
blobd9e3f30c095a88f0a735a7db900ff5fc7c406b30
2   "name": "YC-BaseLib",
3   "version": "0.0.8",
4   "summary": "基础框架库,不断完善中.",
5   "description": "基础框架库,不断完善中.",
6   "homepage": "https://github.com/CY-0227/YC-BaseLib",
7   "license": "MIT",
8   "authors": {
9     "chenyun": "273962965@qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/CY-0227/YC-BaseLib.git",
16     "tag": "0.0.8"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "AdSupport"
22   ],
23   "dependencies": {
24     "Masonry": [
26     ],
27     "MBProgressHUD": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "YC-BaseLibModel",
34       "source_files": "YC-BaseLib/YC-BaseLibModel/*.{h,m}"
35     },
36     {
37       "name": "YC-BaseLibView",
38       "source_files": "YC-BaseLib/YC-BaseLibView/*.{h,m}"
39     },
40     {
41       "name": "YC-BaseLibTool",
42       "source_files": "YC-BaseLib/YC-BaseLibTool/*.{h,m}"
43     },
44     {
45       "name": "YC-BaseLibController",
46       "source_files": "YC-BaseLib/YC-BaseLibController/*.{h,m}"
47     }
48   ]