[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / b / 2 / PoporUploadVC / 0.0.04 / PoporUploadVC.podspec.json
blob32a8d32d420e3645ff76fb168929ec7e848d0fe7
2   "name": "PoporUploadVC",
3   "version": "0.0.04",
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": "0.0.04"
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     "PoporFoundation/PrefixCore": [
33     ],
34     "PoporFoundation/NSAssistant": [
36     ],
37     "PoporFoundation/NSDate": [
39     ],
40     "SDWebImage": [
42     ],
43     "PoporAVPlayer": [
45     ],
46     "PoporImageBrower": [
48     ],
49     "PoporMedia": [
51     ],
52     "AFNetworking": [
54     ],
55     "DMProgressHUD": [
57     ]
58   },
59   "subspecs": [
60     {
61       "name": "EntityTool",
62       "source_files": "Example/Classes/EntityTool/*.{h,m}"
63     },
64     {
65       "name": "PoporUploadVC",
66       "ios": {
67         "dependencies": {
68           "PoporUploadVC/EntityTool": [
70           ]
71         }
72       },
73       "source_files": "Example/Classes/PoporUploadVC/*.{h,m}"
74     }
75   ]