[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 6 / 2 / LN_Tools / 4.1.7 / LN_Tools.podspec.json
blobd1e3c4b27d14f28b319d2af6f719f7fefe3c0f5f
2   "name": "LN_Tools",
3   "version": "4.1.7",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": "MIT",
8   "summary": "此次更新:本地打印数组和字典无法显示中文的问题",
9   "homepage": "https://github.com/LionNeo/LN_Tools.git",
10   "authors": {
11     "Lion_Neo": "123624331@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/LionNeo/LN_Tools.git",
15     "tag": "4.1.7"
16   },
17   "description": "修复了log控制台打印信息问题",
18   "public_header_files": "LN_Tools/LN_Tools.h",
19   "source_files": "LN_Tools/**/*",
20   "frameworks": [
21     "UIKit",
22     "CoreText",
23     "CoreGraphics",
24     "QuartzCore"
25   ],
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Store",
30       "source_files": "LN_Tools/Store/**/*.{h,m}",
31       "public_header_files": "LN_Tools/Store/**/*.{h}"
32     },
33     {
34       "name": "Vender",
35       "source_files": "LN_Tools/Vender/**/*.{h,m}",
36       "public_header_files": "LN_Tools/Vender/**/*.{h}"
37     },
38     {
39       "name": "Helper",
40       "source_files": "LN_Tools/Helper/**/*.{h,m}",
41       "public_header_files": "LN_Tools/Helper/**/*.{h}"
42     },
43     {
44       "name": "LNLog",
45       "source_files": "LN_Tools/LNLog/**/*.{h,m}"
46     },
47     {
48       "name": "Category",
49       "source_files": "LN_Tools/Category/**/*.{h,m}",
50       "public_header_files": "LN_Tools/Category/**/*.{h}",
51       "dependencies": {
52         "LN_Tools/LN_Framework": [
54         ],
55         "YYKit": [
56           "~> 1.0.9"
57         ]
58       },
59       "frameworks": "UIKit"
60     },
61     {
62       "name": "Color",
63       "source_files": "LN_Tools/Color/**/*.{h,m}"
64     },
65     {
66       "name": "LN_Framework",
67       "ios": {
68         "vendored_frameworks": "LN_Tools/LN_Framework/*.{framework}"
69       }
70     },
71     {
72       "name": "Location",
73       "source_files": "LN_Tools/Location/**/*.{h,m}",
74       "public_header_files": "LN_Tools/Location/**/*.{h}",
75       "frameworks": "CoreLocation"
76     }
77   ]