[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / 0 / JCViewOrientationAndScreenSizeAdaptionKit / 0.1.0 / JCViewOrientationAndScreenSizeAdaptionKit.podspec.json
blobd9aa909b57344f7abbeaf8e35592e6acc6b99521
2   "name": "JCViewOrientationAndScreenSizeAdaptionKit",
3   "version": "0.1.0",
4   "summary": "一个屏幕尺寸和方向适配的工具类,和一个支持屏幕尺寸和方向的弹出工具容器类",
5   "description": "一个屏幕尺寸和方向适配的工具类,和一个支持屏幕尺寸和方向的弹出工具容器类, 用来解决日常开发中遇到的横竖屏问题和布局问题",
6   "homepage": "https://github.com/Fairtoys/JCViewOrientationAndScreenSizeAdaptionKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "313574889@qq.com": "313574889@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Fairtoys/JCViewOrientationAndScreenSizeAdaptionKit.git",
16     "tag": "0.1.0",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCViewOrientationAndScreenSizeAdaptionKit.h",
23   "public_header_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCViewOrientationAndScreenSizeAdaptionKit.h",
24   "frameworks": "UIKit",
25   "subspecs": [
26     {
27       "name": "JCOrientationAndScreenSizeUtils",
28       "source_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCOrientationAndScreenSizeUtils/*",
29       "public_header_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCOrientationAndScreenSizeUtils/*.h",
30       "ios": {
31         "frameworks": "UIKit"
32       }
33     },
34     {
35       "name": "JCStateStorage",
36       "source_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCStateStorage/*",
37       "public_header_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCStateStorage/*.h",
38       "ios": {
39         "frameworks": "Foundation"
40       }
41     },
42     {
43       "name": "JCViewMultipleLayout",
44       "source_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCViewMultipleLayout/*",
45       "public_header_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCViewMultipleLayout/*.h",
46       "ios": {
47         "frameworks": "UIKit"
48       },
49       "dependencies": {
50         "JCViewOrientationAndScreenSizeAdaptionKit/JCStateStorage": [
52         ],
53         "JCViewOrientationAndScreenSizeAdaptionKit/JCOrientationAndScreenSizeUtils": [
55         ]
56       }
57     },
58     {
59       "name": "JCPopupUtils",
60       "source_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCPopupUtils/*",
61       "public_header_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCPopupUtils/*.h",
62       "ios": {
63         "frameworks": "UIKit"
64       },
65       "dependencies": {
66         "JCViewOrientationAndScreenSizeAdaptionKit/JCStateStorage": [
68         ],
69         "JCViewOrientationAndScreenSizeAdaptionKit/JCOrientationAndScreenSizeUtils": [
71         ],
72         "Masonry": [
74         ]
75       }
76     },
77     {
78       "name": "JCPopupUtilsLayoutAndAnimationsBuildin",
79       "source_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCPopupUtilsLayoutAndAnimationsBuildin/*",
80       "public_header_files": "JCViewOrientationAndScreenSizeAdaptionKit/JCPopupUtilsLayoutAndAnimationsBuildin/*.h",
81       "ios": {
82         "frameworks": "UIKit"
83       },
84       "dependencies": {
85         "JCViewOrientationAndScreenSizeAdaptionKit/JCPopupUtils": [
87         ]
88       }
89     }
90   ]