[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 4 / 6 / 2 / LN_Tools / 4.2.1 / LN_Tools.podspec.json
blob1775dced7b0c68744dd631ef73bb64773af352b0
2   "name": "LN_Tools",
3   "version": "4.2.1",
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.2.1"
16   },
17   "description": "新添加falshtool,并且修复了framework中的rac库",
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         "YYKit": [
53           "~> 1.0.9"
54         ]
55       }
56     },
57     {
58       "name": "Color",
59       "source_files": "LN_Tools/Color/**.{h,m}"
60     },
61     {
62       "name": "Location",
63       "source_files": "LN_Tools/Location/**/*.{h,m}",
64       "public_header_files": "LN_Tools/Location/**/*.{h}",
65       "frameworks": "CoreLocation"
66     }
67   ]