[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / 8 / c / RRRMethod / 0.3.1 / RRRMethod.podspec.json
blob33e4441554ee890467a800358eaf46c834acb647
2   "name": "RRRMethod",
3   "version": "0.3.1",
4   "summary": "个人使用的方法类等汇集",
5   "description": "个人整理的常用方法等汇集",
6   "homepage": "https://github.com/RRRenJ/RRRMethod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RRRenJ": "https://github.com/RRRenJ"
13   },
14   "source": {
15     "git": "https://github.com/RRRenJ/RRRMethod.git",
16     "tag": "0.3.1"
17   },
18   "public_header_files": "RRRMethod/RRRMethod.h",
19   "source_files": "RRRMethod/RRRMethod.h",
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "Photos"
25   ],
26   "platforms": {
27     "ios": "8.0"
28   },
29   "user_target_xcconfig": {
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC"
34   },
35   "subspecs": [
36     {
37       "name": "RRRMethodConfige",
38       "source_files": "RRRMethod/RRRMethodConfige/RRRMethodConfige.h"
39     },
40     {
41       "name": "FactoryView",
42       "source_files": "RRRMethod/FactoryView/*"
43     },
44     {
45       "name": "FooterView",
46       "source_files": "RRRMethod/FooterView/*",
47       "dependencies": {
48         "RRRMethod/FactoryView": [
50         ],
51         "RRRMethod/RRRMethodConfige": [
53         ]
54       }
55     },
56     {
57       "name": "CountDownMethod",
58       "source_files": "RRRMethod/CountDownMethod/*.{h,m}"
59     },
60     {
61       "name": "CollcetionFlowLayout",
62       "source_files": "RRRMethod/CollcetionFlowLayout/*.{h,m}"
63     },
64     {
65       "name": "AVCompress",
66       "source_files": "RRRMethod/AVCompress/*.{h,m}"
67     },
68     {
69       "name": "VKMsgSend",
70       "source_files": "RRRMethod/VKMsgSend/*.{h,m}"
71     },
72     {
73       "name": "QRCode",
74       "source_files": "RRRMethod/QRCode/*.{h,m}"
75     },
76     {
77       "name": "RRRMBProgressHUD",
78       "source_files": "RRRMethod/RRRMBProgressHUD/*.{h,m}",
79       "resources": "RRRMethod/RRRMBProgressHUD/RRRMBProgressHUD.bundle",
80       "dependencies": {
81         "RRRMethod/RRRMethodConfige": [
83         ],
84         "MBProgressHUD": [
86         ]
87       }
88     },
89     {
90       "name": "RRRLoadView",
91       "source_files": "RRRMethod/RRRLoadView/*.{h,m}",
92       "resources": "RRRMethod/RRRLoadView/RRRLoadView.bundle",
93       "dependencies": {
94         "RRRMethod/RRRMethodConfige": [
96         ]
97       }
98     }
99   ]