[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 9 / f / YJPRPod / 0.9.2 / YJPRPod.podspec.json
blobcbb2447f6122f8939ce0c28958e7df0e9e879622
2   "name": "YJPRPod",
3   "version": "0.9.2",
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.2"
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": "YJBaseTool",
68       "dependencies": {
69         "YJPRPod/Category": [
71         ],
72         "IQKeyboardManager": [
74         ],
75         "FLAnimatedImage": [
77         ],
78         "Masonry": [
80         ]
81       },
82       "source_files": "YJPRPod/BaseView/**/*.{h,m}",
83       "public_header_files": "YJPRPod/BaseView/**/*.h",
84       "resources": "YJPRPod/resources/BaseView/*.{png,xib,jpg,bundle}"
85     },
86     {
87       "name": "YJNetworkStatus",
88       "dependencies": {
89         "AFNetworking": [
91         ]
92       },
93       "frameworks": "CoreTelephony",
94       "source_files": "YJPRPod/YJNetworkStatus/**/*.{h,m}",
95       "public_header_files": "YJPRPod/YJNetworkStatus/**/*.h"
96     },
97     {
98       "name": "Compoents",
99       "frameworks": "AudioToolbox",
100       "source_files": "YJPRPod/compoents/**/*.{h,m}",
101       "public_header_files": "YJPRPod/compoents/**/*.h",
102       "resources": "YJPRPod/resources/compoents/*.{png,xib,jpg,bundle}"
103     },
104     {
105       "name": "TitleBackgroundView",
106       "dependencies": {
107         "JXCategoryView": [
109         ]
110       },
111       "source_files": "YJPRPod/TitleBackgroundView/**/*.{h,m}",
112       "public_header_files": "YJPRPod/TitleBackgroundView/**/*.h"
113     },
114     {
115       "name": "TimeBackgroundView",
116       "dependencies": {
117         "JXCategoryView": [
119         ]
120       },
121       "source_files": "YJPRPod/TimeBackgroundView/**/*.{h,m}",
122       "public_header_files": "YJPRPod/TimeBackgroundView/**/*.h"
123     },
124     {
125       "name": "SortBackgroundView",
126       "dependencies": {
127         "JXCategoryView": [
129         ]
130       },
131       "source_files": "YJPRPod/SortBackgroundView/**/*.{h,m}",
132       "public_header_files": "YJPRPod/SortBackgroundView/**/*.h",
133       "resources": "YJPRPod/resources/SortBackgroundView/*.{png,xib,jpg,bundle}"
134     },
135     {
136       "name": "YJHXTagsView",
137       "source_files": "YJPRPod/YJHXTagsView/**/*.{h,m}",
138       "public_header_files": "YJPRPod/YJHXTagsView/**/*.h"
139     },
140     {
141       "name": "TableviewIndexTip",
142       "source_files": "YJPRPod/TableviewIndexTip/**/*.{h,m}",
143       "public_header_files": "YJPRPod/TableviewIndexTip/**/*.h"
144     }
145   ]