[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / f / YJPRPod / 0.9.3 / YJPRPod.podspec.json
blob3f59c35f5438c15102470e1c255e6aeebe8f5c60
2   "name": "YJPRPod",
3   "version": "0.9.3",
4   "summary": "个人私有库",
5   "description": "TODO: Add long description of the pod here.\n个人远程私有pod库",
6   "homepage": "https://gitee.com/smartboys/private_remote_pod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "juyan": "851406800@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/smartboys/private_remote_pod.git",
16     "tag": "0.9.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "YJPRPod/category/*.{h,m}",
30       "public_header_files": "YJPRPod/category/*.h",
31       "dependencies": {
32         "MBProgressHUD": [
33           "~> 1.2.0"
34         ],
35         "MJRefresh": [
36           "~> 3.7.5"
37         ]
38       }
39     },
40     {
41       "name": "YJIAPManager",
42       "frameworks": "StoreKit",
43       "source_files": "YJPRPod/ApplePay/*.{h,m}",
44       "public_header_files": "YJPRPod/ApplePay/*.h"
45     },
46     {
47       "name": "YJAppleAuth",
48       "frameworks": "AuthenticationServices",
49       "source_files": "YJPRPod/AppleAuth/*.{h,m}",
50       "public_header_files": "YJPRPod/AppleAuth/*.h"
51     },
52     {
53       "name": "YJTabBar",
54       "dependencies": {
55         "CTMediator": [
57         ],
58         "YJPRPod/Category": [
60         ]
61       },
62       "source_files": "YJPRPod/TabBar/*.{h,m}",
63       "public_header_files": "YJPRPod/TabBar/*.h",
64       "resources": "YJPRPod/resources/TabBar/*.{png,xib,jpg,bundle}"
65     },
66     {
67       "name": "YBVideoBrowser",
68       "dependencies": {
69         "YBImageBrowser": [
71         ]
72       },
73       "source_files": "YJPRPod/YBVideoBrowser/*.{h,m}",
74       "public_header_files": "YJPRPod/YBVideoBrowser/*.h",
75       "resources": "YJPRPod/resources/YBVideoBrowser/*.{png,xib,jpg,bundle}"
76     },
77     {
78       "name": "YJBaseTool",
79       "dependencies": {
80         "YJPRPod/Category": [
82         ],
83         "IQKeyboardManager": [
85         ],
86         "FLAnimatedImage": [
88         ],
89         "Masonry": [
91         ]
92       },
93       "source_files": "YJPRPod/BaseView/**/*.{h,m}",
94       "public_header_files": "YJPRPod/BaseView/**/*.h",
95       "resources": "YJPRPod/resources/BaseView/*.{png,xib,jpg,bundle}"
96     },
97     {
98       "name": "YJNetworkStatus",
99       "dependencies": {
100         "AFNetworking": [
102         ]
103       },
104       "frameworks": "CoreTelephony",
105       "source_files": "YJPRPod/YJNetworkStatus/**/*.{h,m}",
106       "public_header_files": "YJPRPod/YJNetworkStatus/**/*.h"
107     },
108     {
109       "name": "Compoents",
110       "frameworks": "AudioToolbox",
111       "source_files": "YJPRPod/compoents/**/*.{h,m}",
112       "public_header_files": "YJPRPod/compoents/**/*.h",
113       "resources": "YJPRPod/resources/compoents/*.{png,xib,jpg,bundle}"
114     },
115     {
116       "name": "TitleBackgroundView",
117       "dependencies": {
118         "JXCategoryView": [
120         ]
121       },
122       "source_files": "YJPRPod/TitleBackgroundView/**/*.{h,m}",
123       "public_header_files": "YJPRPod/TitleBackgroundView/**/*.h"
124     },
125     {
126       "name": "TimeBackgroundView",
127       "dependencies": {
128         "JXCategoryView": [
130         ]
131       },
132       "source_files": "YJPRPod/TimeBackgroundView/**/*.{h,m}",
133       "public_header_files": "YJPRPod/TimeBackgroundView/**/*.h"
134     },
135     {
136       "name": "SortBackgroundView",
137       "dependencies": {
138         "JXCategoryView": [
140         ]
141       },
142       "source_files": "YJPRPod/SortBackgroundView/**/*.{h,m}",
143       "public_header_files": "YJPRPod/SortBackgroundView/**/*.h",
144       "resources": "YJPRPod/resources/SortBackgroundView/*.{png,xib,jpg,bundle}"
145     },
146     {
147       "name": "YJHXTagsView",
148       "source_files": "YJPRPod/YJHXTagsView/**/*.{h,m}",
149       "public_header_files": "YJPRPod/YJHXTagsView/**/*.h"
150     },
151     {
152       "name": "TableviewIndexTip",
153       "source_files": "YJPRPod/TableviewIndexTip/**/*.{h,m}",
154       "public_header_files": "YJPRPod/TableviewIndexTip/**/*.h"
155     }
156   ]