blob: 733dd43c93c2ca285821c20d771682094673b95a [file] [log] [blame]
{
"name": "PoporUploadVC",
"version": "1.02",
"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.02"
},
"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/EntityTool/*.{h,m}"
},
{
"name": "PoporUploadVC",
"ios": {
"dependencies": {
"PoporUploadVC/EntityTool": [
]
}
},
"source_files": "Example/Classes/PoporUploadVC/*.{h,m}"
}
]
}