blob: 142a575f0020ac67045dfd5c9cf48f7de2fb1f42 [file] [log] [blame]
{
"name": "PoporUploadVC",
"version": "1.08",
"summary": "简化上传图片视频等方法",
"homepage": "https://github.com/popor/PoporUploadVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popor": "908891024@qq.com"
},
"source": {
"git": "https://github.com/popor/PoporUploadVC.git",
"tag": "1.08"
},
"platforms": {
"ios": "8.0"
},
"resources": "Example/Classes/PoporUploadVC.bundle",
"dependencies": {
"Masonry": [
],
"JSONModel": [
],
"PoporUI/IToast": [
],
"PoporUI/UIImage": [
],
"PoporFoundation/Prefix": [
],
"PoporFoundation/NSAssistant": [
],
"PoporFoundation/NSDate": [
],
"SDWebImage": [
],
"PoporAVPlayer": [
],
"PoporImageBrower": [
],
"PoporMedia": [
],
"AFNetworking": [
],
"DMProgressHUD": [
]
},
"subspecs": [
{
"name": "EntityTool",
"source_files": [
"Example/Classes/PoporUploadEntity.{h,m}",
"Example/Classes/PoporUploadServiceProtocol.{h,m}",
"Example/Classes/PoporUploadTool.{h,m}",
"Example/Classes/PoporUploadVCPrefix.{h,m}",
"Example/Classes/PUShare.{h,m}",
"Example/Classes/PUVideoTool.{h,m}",
"Example/Classes/UIView+PoporUpload.{h,m}"
]
},
{
"name": "Cell",
"ios": {
"dependencies": {
"PoporUploadVC/EntityTool": [
]
}
},
"source_files": [
"Example/Classes/PoporUploadCC.{h,m}",
"Example/Classes/PoporUploadCCProtocol.{h,m}"
]
},
{
"name": "VC",
"ios": {
"dependencies": {
"PoporUploadVC/EntityTool": [
],
"PoporUploadVC/Cell": [
]
}
},
"source_files": [
"Example/Classes/PoporUploadVC.{h,m}",
"Example/Classes/PoporUploadVcCellPresent.{h,m}",
"Example/Classes/PoporUploadVCInteractor.{h,m}",
"Example/Classes/PoporUploadVCPresenter.{h,m}",
"Example/Classes/PoporUploadVCProtocol.{h,m}",
"Example/Classes/PoporUploadVcShowPresent.{h,m}"
]
}
]
}