[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / d / a / YC-BaseLib / 0.0.12 / YC-BaseLib.podspec.json
blob1756193629d69d12bd294a4c4e5404f4db7ed7d9
2   "name": "YC-BaseLib",
3   "version": "0.0.12",
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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/CY-0227/YC-BaseLib.git",
16     "tag": "0.0.12"
17   },
18   "source_files": "YC-BaseLib/*",
19   "public_header_files": "YC-BaseLib/*.h",
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "AdSupport"
24   ],
25   "dependencies": {
26     "Masonry": [
28     ],
29     "MBProgressHUD": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "YC-BaseLibModel",
36       "source_files": "YC-BaseLib/YC-BaseLibModel/*.{h,m}"
37     },
38     {
39       "name": "YC-BaseLibView",
40       "source_files": "YC-BaseLib/YC-BaseLibView/*.{h,m}"
41     },
42     {
43       "name": "YC-BaseLibTool",
44       "source_files": "YC-BaseLib/YC-BaseLibTool/*.{h,m}"
45     },
46     {
47       "name": "YC-BaseLibController",
48       "source_files": "YC-BaseLib/YC-BaseLibController/*.{h,m}"
49     }
50   ]