[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 7 / d / a / YC-BaseLib / 0.0.5 / YC-BaseLib.podspec.json
blob54e8deabfd9984f8f088adc9e2cbd1ee64b6dd87
2   "name": "YC-BaseLib",
3   "version": "0.0.5",
4   "summary": "A short description of YC-BaseLib.",
5   "description": "baselib",
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.5"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "AdSupport"
22   ],
23   "subspecs": [
24     {
25       "name": "YC-BaseLibModel",
26       "source_files": "YC-BaseLib/YC-BaseLibModel/*.{h,m}"
27     },
28     {
29       "name": "YC-BaseLibView",
30       "source_files": "YC-BaseLib/YC-BaseLibView/*.{h,m}"
31     },
32     {
33       "name": "YC-BaseLibView",
34       "source_files": "YC-BaseLib/YC-BaseLibTool/*.{h,m}",
35       "dependencies": {
36         "Masonry": [
38         ],
39         "MBProgressHUD": [
41         ]
42       }
43     }
44   ]