[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / a / YC-BaseLib / 0.0.9 / YC-BaseLib.podspec.json
blob2613351bda359aeaa6fb2552d3d03b79f065423b
2   "name": "YC-BaseLib",
3   "version": "0.0.9",
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.9"
17   },
18   "public_header_files": "YC-BaseLib/*.h",
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "AdSupport"
23   ],
24   "dependencies": {
25     "Masonry": [
27     ],
28     "MBProgressHUD": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "YC-BaseLibModel",
35       "source_files": "YC-BaseLib/YC-BaseLibModel/*.{h,m}"
36     },
37     {
38       "name": "YC-BaseLibView",
39       "source_files": "YC-BaseLib/YC-BaseLibView/*.{h,m}"
40     },
41     {
42       "name": "YC-BaseLibTool",
43       "source_files": "YC-BaseLib/YC-BaseLibTool/*.{h,m}"
44     },
45     {
46       "name": "YC-BaseLibController",
47       "source_files": "YC-BaseLib/YC-BaseLibController/*.{h,m}"
48     }
49   ]