[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / e / f / YJUsefulUIKit / 1.0.1 / YJUsefulUIKit.podspec.json
blobcfd59b03cd84dcab0113d0304f9ca858a7fefec4
2   "name": "YJUsefulUIKit",
3   "version": "1.0.1",
4   "summary": "A short description of YJUsefulUIKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/YangYuJing521/YJUsefulUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangYuJing521": "ios_yangyujing@163.com"
13   },
14   "source": {
15     "git": "https://github.com/YangYuJing521/YJUsefulUIKit.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YJUsefulUIKit/Classes/YJUsefulUIKit.h",
22   "resource_bundles": {
23     "YJUsefulUIKit": [
24       "YJUsefulUIKit/Assets/*/*.png"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "YJBaseCells",
30       "source_files": "YJUsefulUIKit/Classes/YJBaseCells/*",
31       "frameworks": [
32         "UIKit",
33         "Foundation"
34       ],
35       "dependencies": {
36         "YJUsefulUIKit/YJUICommon": [
38         ]
39       }
40     },
41     {
42       "name": "YJNocrash",
43       "source_files": "YJUsefulUIKit/Classes/YJNocrash/*",
44       "frameworks": [
45         "UIKit",
46         "Foundation"
47       ]
48     },
49     {
50       "name": "YJToast",
51       "source_files": "YJUsefulUIKit/Classes/YJToast/*",
52       "frameworks": [
53         "UIKit",
54         "Foundation",
55         "CoreGraphics"
56       ]
57     },
58     {
59       "name": "YJUICommon",
60       "source_files": "YJUsefulUIKit/Classes/YJUICommon/*",
61       "frameworks": [
62         "UIKit",
63         "Foundation"
64       ],
65       "dependencies": {
66         "YJUsefulUIKit/YJNocrash": [
68         ]
69       }
70     },
71     {
72       "name": "YJExtension",
73       "source_files": "YJUsefulUIKit/Classes/YJExtension/*",
74       "frameworks": [
75         "UIKit",
76         "Foundation",
77         "CoreText"
78       ],
79       "dependencies": {
80         "YYCategories": [
82         ],
83         "YJUsefulUIKit/YJUICommon": [
85         ]
86       }
87     },
88     {
89       "name": "YJCycleScrollow",
90       "source_files": "YJUsefulUIKit/Classes/YJCycleScrollow/*",
91       "frameworks": [
92         "UIKit",
93         "Foundation"
94       ],
95       "dependencies": {
96         "YJUsefulUIKit/YJUICommon": [
98         ],
99         "SDWebImage": [
101         ]
102       }
103     },
104     {
105       "name": "YJProgressWKWebView",
106       "source_files": "YJUsefulUIKit/Classes/YJProgressWKWebView/*",
107       "frameworks": [
108         "UIKit",
109         "Foundation",
110         "WebKit"
111       ],
112       "dependencies": {
113         "Masonry": [
115         ]
116       }
117     },
118     {
119       "name": "YJGuidePageView",
120       "source_files": "YJUsefulUIKit/Classes/YJGuidePageView/*",
121       "frameworks": [
122         "UIKit",
123         "Foundation"
124       ]
125     },
126     {
127       "name": "YJBasicDepand",
128       "source_files": "YJUsefulUIKit/Classes/YJBasicDepand/*",
129       "frameworks": "UIKit",
130       "dependencies": {
131         "YJUsefulUIKit/YJUICommon": [
133         ],
134         "YJUsefulUIKit/YJExtension": [
136         ]
137       }
138     }
139   ]