[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 1 / a / JuPhoto / 1.0 / JuPhoto.podspec.json
blob52ea433fcf2290ca72be73665f49685a93448032
2   "name": "JuPhoto",
3   "version": "1.0",
4   "summary": "通用JuPhoto SDK",
5   "homepage": "https://github.com/jutewei/JuPhotoBrowser",
6   "authors": {
7     "cmb": "jutewei@qq.com"
8   },
9   "license": {
10     "type": "Copyright",
11     "text": "    © 2021-2021 pingan. All rights reserved.\n"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/jutewei/JuPhotoBrowser.git",
19     "tag": "1.0"
20   },
21   "dependencies": {
22     "JuLayout/LayoutObjC": [
24     ]
25   },
26   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "Resources",
30       "resource_bundles": {
31         "JuPhotoResource": "Source/Resources/*"
32       }
33     },
34     {
35       "name": "JuPicker",
36       "source_files": "Source/*.{h,m}",
37       "dependencies": {
38         "JuPhoto/JuHint": [
40         ],
41         "JuPhoto/JuDocument": [
43         ],
44         "JuPhoto/JuPhotos": [
46         ],
47         "JuPhoto/JuDeal": [
49         ],
50         "JuPhoto/JuZoomImage": [
52         ]
53       }
54     },
55     {
56       "name": "JuDeal",
57       "source_files": "Source/Deal/*.{h,m}",
58       "dependencies": {
59         "JuPhoto/JuHint": [
61         ]
62       }
63     },
64     {
65       "name": "JuHint",
66       "source_files": "Source/Hint/*.{h,m}"
67     },
68     {
69       "name": "JuDocument",
70       "source_files": "Source/JuDocument/*.{h,m}"
71     },
72     {
73       "name": "JuPhotos",
74       "source_files": "Source/JuPhotos/*.{h,m}",
75       "dependencies": {
76         "JuPhoto/JuDeal": [
78         ],
79         "JuPhoto/JuHint": [
81         ]
82       }
83     },
84     {
85       "name": "JuZoomImage",
86       "source_files": "Source/JuZoomImage/*.{h,m}",
87       "dependencies": {
88         "JuPhoto/JuDeal": [
90         ]
91       }
92     }
93   ]