blob: 40235a1f0796df71c07fb2ad3ff80df775813a4c [file] [log] [blame]
{
"name": "WTR",
"version": "0.0.10",
"summary": "基本快捷方法",
"description": "键盘弹起自动调整View、视频剪切、自定义转场动画、新相册图片获取、图片列表显示、图片处理、自定义表单上传、文件分块下载等",
"homepage": "https://github.com/zhong015/WTR.git",
"license": "MIT",
"authors": {
"wtr": "1522280795@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhong015/WTR.git",
"tag": "0.0.10"
},
"source_files": "WTR/WTRDefine.h",
"resources": "WTR/WTRBundle.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "WTRBase",
"source_files": [
"WTR/WTRFilePath.{h,m}",
"WTR/UIView+WTRFrame.{h,m}",
"WTR/WTR.{h,m}",
"WTR/WTRZAppDelegate.{h,m}",
"WTR/WTRBaseDefine.h"
]
},
{
"name": "WTRDIYTransitions",
"source_files": "WTR/WTRDIYTransitions.{h,m}",
"dependencies": {
"WTR/WTRBase": [
]
}
},
{
"name": "WTRPhotosPicker",
"source_files": [
"WTR/PHIMCollectionViewCell.{h,m}",
"WTR/WTRPhotosAssetViewController.{h,m}",
"WTR/WTRPhotosShowViewController.{h,m}",
"WTR/WTRPhotosViewController.{h,m}"
],
"dependencies": {
"WTR/WTRBase": [
]
}
},
{
"name": "WTRVideo",
"source_files": "WTR/WTRVideoCut.{h,m}",
"dependencies": {
"WTR/WTRBase": [
]
}
},
{
"name": "WTRDownload",
"source_files": [
"WTR/WTRMultipartForm.{h,m}",
"WTR/WTRMutiDownloader.{h,m}",
"WTR/UIImageView+WTRLoad.{h,m}"
],
"dependencies": {
"WTR/WTRBase": [
]
}
},
{
"name": "WTRImageManager",
"source_files": [
"WTR/UIImage+WTRManager.{h,m}",
"WTR/WTRImageListShow.{h,m}"
],
"dependencies": {
"WTR/WTRBase": [
],
"WTR/WTRDownload": [
]
}
},
{
"name": "WTRHUD",
"source_files": [
"WTR/WTRHUD.{h,m}",
"WTR/SVIndefiniteAnimatedView2.{h,m}"
]
}
]
}