[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 6 / 2 / LN_Tools / 3.0.6 / LN_Tools.podspec.json
blob97f9043d93f061cf8152021c3c12be9bba7f4376
2   "name": "LN_Tools",
3   "version": "3.0.6",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": "MIT",
8   "summary": "some 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.6"
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": "Helper",
40       "source_files": "LN_Tools/Helper/**/*.{h,m}",
41       "public_header_files": "LN_Tools/Helper/**/*.{h}"
42     },
43     {
44       "name": "Category",
45       "source_files": "LN_Tools/Category/**/*.{h,m}",
46       "public_header_files": "LN_Tools/Category/**/*.{h}",
47       "dependencies": {
48         "LN_Tools/LN_Framework": [
50         ],
51         "YYKit": [
52           "~> 1.0.9"
53         ]
54       },
55       "frameworks": "UIKit"
56     },
57     {
58       "name": "Color",
59       "source_files": "LN_Tools/Color/**/*.{h,m}"
60     },
61     {
62       "name": "LN_Framework",
63       "ios": {
64         "vendored_frameworks": "LN_Tools/Framework/*.{framework}"
65       }
66     },
67     {
68       "name": "Location",
69       "source_files": "LN_Tools/Location/**/*.{h,m}",
70       "public_header_files": "LN_Tools/Location/**/*.{h}",
71       "frameworks": "CoreLocation"
72     }
73   ]