[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 9 / b / 2 / PoporUploadVC / 1.11 / PoporUploadVC.podspec.json
blob166d668b317aeba73313d162255a8c3bc47c8891
2   "name": "PoporUploadVC",
3   "version": "1.11",
4   "summary": "简化上传图片视频等方法",
5   "homepage": "https://github.com/popor/PoporUploadVC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "popor": "908891024@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/popor/PoporUploadVC.git",
15     "tag": "1.11"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "resources": "Example/Classes/PoporUploadVC.bundle",
21   "dependencies": {
22     "Masonry": [
24     ],
25     "JSONModel": [
27     ],
28     "PoporUI/IToast": [
30     ],
31     "PoporUI/UIImage": [
33     ],
34     "PoporFoundation/Prefix": [
36     ],
37     "PoporFoundation/NSAssistant": [
39     ],
40     "PoporFoundation/NSDate": [
42     ],
43     "SDWebImage": [
45     ],
46     "PoporAVPlayer": [
48     ],
49     "PoporImageBrower": [
51     ],
52     "PoporMedia": [
54     ],
55     "AFNetworking": [
57     ],
58     "DMProgressHUD": [
60     ]
61   },
62   "subspecs": [
63     {
64       "name": "EntityTool",
65       "source_files": [
66         "Example/Classes/PoporUploadEntity.{h,m}",
67         "Example/Classes/PoporUploadServiceProtocol.{h,m}",
68         "Example/Classes/PoporUploadTool.{h,m}",
69         "Example/Classes/PoporUploadVCPrefix.{h,m}",
70         "Example/Classes/PUShare.{h,m}",
71         "Example/Classes/PUVideoTool.{h,m}",
72         "Example/Classes/UIView+PoporUpload.{h,m}"
73       ]
74     },
75     {
76       "name": "Cell",
77       "ios": {
78         "dependencies": {
79           "PoporUploadVC/EntityTool": [
81           ]
82         }
83       },
84       "source_files": [
85         "Example/Classes/PoporUploadCC.{h,m}",
86         "Example/Classes/PoporUploadCCProtocol.{h,m}"
87       ]
88     },
89     {
90       "name": "VC",
91       "ios": {
92         "dependencies": {
93           "PoporUploadVC/EntityTool": [
95           ],
96           "PoporUploadVC/Cell": [
98           ]
99         }
100       },
101       "source_files": [
102         "Example/Classes/PoporUploadVC.{h,m}",
103         "Example/Classes/PoporUploadVcCellPresent.{h,m}",
104         "Example/Classes/PoporUploadVCInteractor.{h,m}",
105         "Example/Classes/PoporUploadVCPresenter.{h,m}",
106         "Example/Classes/PoporUploadVCProtocol.{h,m}",
107         "Example/Classes/PoporUploadVcShowPresent.{h,m}"
108       ]
109     }
110   ]