[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 4 / 6 / 2 / LN_Tools / 3.0.0 / LN_Tools.podspec.json
blob645acd0d6e4ee85aa062e679fa0fa3b4c8856e8c
2   "name": "LN_Tools",
3   "version": "3.0.0",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": "MIT",
8   "summary": "A tools is good for develop on iOS",
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": "3.0.0"
16   },
17   "description": "LN_Tools is a tools about develop on iOS",
18   "frameworks": [
19     "UIKit",
20     "CoreText",
21     "CoreGraphics",
22     "QuartzCore"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Store",
28       "source_files": "LN_Tools/Store/**/*.{h,m}",
29       "public_header_files": "LN_Tools/Store/**/*.{h}"
30     },
31     {
32       "name": "Vender",
33       "source_files": "LN_Tools/Vender/**/*.{h,m}",
34       "public_header_files": "LN_Tools/Vender/**/*.{h}"
35     },
36     {
37       "name": "Category",
38       "source_files": "LN_Tools/Category/**/*.{h,m}",
39       "public_header_files": "LN_Tools/Category/**/*.{h}",
40       "dependencies": {
41         "LN_Tools/LN_Framework": [
43         ],
44         "YYKit": [
45           "~> 1.0.9"
46         ]
47       }
48     },
49     {
50       "name": "Color",
51       "source_files": "LN_Tools/Color/**/*.{h,m}"
52     },
53     {
54       "name": "LN_Framework",
55       "ios": {
56         "vendored_frameworks": "LN_Tools/Framework/*.{framework}"
57       }
58     },
59     {
60       "name": "Location",
61       "source_files": "LN_Tools/Location/**/*.{h,m}",
62       "public_header_files": "LN_Tools/Location/**/*.{h}",
63       "frameworks": "CoreLocation"
64     }
65   ]