blob: 4fb4676aee7a5679b45645acce8135ee2ac337bf [file] [log] [blame]
{
"name": "PoporUploadVC",
"version": "0.0.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": "0.0.08"
},
"platforms": {
"ios": "8.0"
},
"resources": "Example/Classes/PoporUploadVC.bundle",
"dependencies": {
"Masonry": [
],
"JSONModel": [
],
"PoporUI/IToast": [
],
"PoporFoundation/PrefixCore": [
],
"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}"
}
]
}