blob: 4234e4f98bac98b1f2335d9a6b0a3218da475066 [file] [log] [blame]
{
"name": "WTR",
"version": "0.1.3",
"summary": "WTR基本快捷方法",
"description": "键盘弹起自动调整View、图片点击放大、自定义转场动画、图片处理、视频剪切、自定义表单上传、文件分块下载、CollectionView的拖拽分组排序等基本快捷方法。",
"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.1.3"
},
"source_files": "WTR/WTRDefine.h",
"resources": "WTR/WTRBundle.bundle",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"Accelerate"
],
"requires_arc": true,
"subspecs": [
{
"name": "WTRBase",
"source_files": [
"WTR/WTRFilePath.{h,m}",
"WTR/UIView+WTRFrame.{h,m}",
"WTR/WTR.{h,m}",
"WTR/WTRBaseDefine.h"
]
},
{
"name": "WTRDIYTransitions",
"source_files": "WTR/WTRDIYTransitions.{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}",
"dependencies": {
"WTR/WTRBase": [
],
"WTR/WTRDownload": [
]
}
},
{
"name": "WTRHUD",
"source_files": [
"WTR/WTRHUD.{h,m}",
"WTR/SVIndefiniteAnimatedView2.{h,m}",
"WTR/SVStatusShowView.{h,m}"
],
"dependencies": {
"WTR/WTRBase": [
]
}
},
{
"name": "WTRView",
"source_files": [
"WTR/WTRCollectionLayout.{h,m}",
"WTR/WTRImageListShow.{h,m}",
"WTR/UIView+WTRManager.{h,m}"
],
"dependencies": {
"WTR/WTRBase": [
],
"WTR/WTRHUD": [
]
}
}
]
}