[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 4 / 6 / 2 / LN_Tools / 3.0.1 / LN_Tools.podspec.json
blobb7d23fa837e44a89000e588fc4057b509a423546
2   "name": "LN_Tools",
3   "version": "3.0.1",
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.1"
16   },
17   "description": "LN_Tools is a tools about develop on iOS",
18   "public_header_files": "LN_Tools/LN_Tools.h",
19   "source_files": "LN_Tools/LN_Tools.h",
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": "Category",
40       "source_files": "LN_Tools/Category/**/*.{h,m}",
41       "public_header_files": "LN_Tools/Category/**/*.{h}",
42       "dependencies": {
43         "LN_Tools/LN_Framework": [
45         ],
46         "YYKit": [
47           "~> 1.0.9"
48         ]
49       }
50     },
51     {
52       "name": "Color",
53       "source_files": "LN_Tools/Color/**/*.{h,m}"
54     },
55     {
56       "name": "LN_Framework",
57       "ios": {
58         "vendored_frameworks": "LN_Tools/Framework/*.{framework}"
59       }
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   ]