[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / c / RRRMethod / 0.0.2 / RRRMethod.podspec.json
blob91c6f848de658c580912107e3b898cd4baf546df
2   "name": "RRRMethod",
3   "version": "0.0.2",
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.0.2"
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   "subspecs": [
30     {
31       "name": "RRRMethodConfige",
32       "source_files": "RRRMethod/RRRMethodConfige/RRRMethodConfige.h"
33     },
34     {
35       "name": "FactoryView",
36       "source_files": "RRRMethod/FactoryView/*"
37     },
38     {
39       "name": "FooterView",
40       "source_files": "RRRMethod/FooterView/*",
41       "dependencies": {
42         "RRRMethod/FactoryView": [
44         ],
45         "RRRMethod/RRRMethodConfige": [
47         ]
48       }
49     },
50     {
51       "name": "CountDownMethod",
52       "source_files": "RRRMethod/CountDownMethod/*.{h,m}"
53     },
54     {
55       "name": "CollcetionFlowLayout",
56       "source_files": "RRRMethod/CollcetionFlowLayout/*.{h,m}"
57     },
58     {
59       "name": "AVCompress",
60       "source_files": "RRRMethod/AVCompress/*.{h,m}"
61     },
62     {
63       "name": "RRRMBProgressHUD",
64       "source_files": "RRRMethod/RRRMBProgressHUD/*",
65       "dependencies": {
66         "RRRMethod/RRRMethodConfige": [
68         ]
69       }
70     }
71   ]