blob: 0d400fb97d008f2adc974f5597ef892ef5f20d0f [file] [log] [blame]
{
"name": "MagicThought",
"version": "1.4.2",
"summary": "MagicThought for ios.",
"description": "the MagicThought for ios.",
"homepage": "https://github.com/alrjqow/MagicThought",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alrjqow": "764032554@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alrjqow/MagicThought.git",
"tag": "1.4.2",
"branch": "master"
},
"source_files": "MagicThought/MTKit.h",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"AFNetworking": [
],
"MJRefresh": [
],
"MJExtension": [
],
"MBProgressHUD": [
],
"SVProgressHUD": [
],
"YTKNetwork": [
],
"IQKeyboardManager": [
],
"SDWebImage": [
],
"TTTAttributedLabel": [
],
"SSKeychain": [
],
"LDProgressView": [
]
},
"subspecs": [
{
"name": "Config",
"source_files": "MagicThought/Config/*.{h,m}"
},
{
"name": "Protocol",
"source_files": [
"MagicThought/Category/NSString/*.{h}",
"MagicThought/Protocol/*.{h,m}"
]
},
{
"name": "Style",
"source_files": "MagicThought/Style/*.{h,m}"
},
{
"name": "Library",
"subspecs": [
{
"name": "TZImagePickerController",
"source_files": [
"MagicThought/Library/TZImagePickerController/*.{m,h}",
"MagicThought/图片处理/UIImage+PropertyExtension.{m,h}"
],
"resources": "MagicThought/Library/TZImagePickerController/TZImagePickerController.bundle",
"dependencies": {
"MagicThought/Category/UINavigationBar": [
],
"MagicThought/Config": [
]
}
}
]
},
{
"name": "Manager",
"source_files": [
"MagicThought/Manager/*.{h,m}",
"MagicThought/Category/NSString/NSString+Exist.{m,h}",
"MagicThought/Category/CLLocation/CLLocation+Mar.{m,h}",
"MagicThought/Config/MTConst.{h,m}"
],
"dependencies": {
"MagicThought/SubClass/UIViewController/UIViewController+Alert": [
],
"MagicThought/控件样式处理(不好用)": [
]
}
},
{
"name": "控件样式处理(不好用)",
"source_files": [
"MagicThought/控件样式处理(不好用)/*.{h,m}",
"MagicThought/Category/NSString/NSString+Exist.{m,h}",
"MagicThought/Manager/MTManager.{h,m}",
"MagicThought/Manager/MTCloud.{h,m}"
],
"dependencies": {
"MagicThought/Protocol": [
]
}
},
{
"name": "文件处理",
"source_files": [
"MagicThought/文件处理/*.{h,m}",
"MagicThought/Category/NSString/NSString+Exist.{m,h}",
"MagicThought/Manager/MTManager.{m,h}"
]
},
{
"name": "Json转换",
"source_files": "MagicThought/Json转换/*.{h,m}"
},
{
"name": "波纹效果",
"source_files": "MagicThought/波纹效果/*.{h,m}"
},
{
"name": "图片处理",
"source_files": [
"MagicThought/图片处理/*.{h,m}",
"MagicThought/Config/MTConst.{h,m}"
],
"dependencies": {
"MagicThought/文件处理": [
],
"MagicThought/Style": [
]
}
},
{
"name": "网络请求",
"source_files": [
"MagicThought/网络请求/*.{h,m}",
"MagicThought/Protocol/MTApiProtocol.{h}",
"MagicThought/Category/NSString/NSString+Exist.{m,h}"
],
"dependencies": {
"MagicThought/Manager": [
]
}
},
{
"name": "文本框验证",
"source_files": [
"MagicThought/文本框验证/*.{h,m}",
"MagicThought/Config/MTConst.{h,m}"
],
"dependencies": {
"MagicThought/Category": [
],
"MagicThought/Protocol": [
],
"MagicThought/控件文字样式设置": [
]
}
},
{
"name": "控件文字样式设置",
"source_files": [
"MagicThought/控件文字样式设置/*.{h,m}",
"MagicThought/Style/MTWordStyle.{h,m}",
"MagicThought/Config/MTDefine.h"
]
},
{
"name": "拖拽排序",
"source_files": "MagicThought/拖拽排序/*.{h,m}",
"dependencies": {
"MagicThought/DelegateMode": [
]
}
},
{
"name": "自定义相机",
"source_files": [
"MagicThought/自定义相机/*.{h,m}",
"MagicThought/Protocol/MTDelegateProtocol.h",
"MagicThought/Config/MTConst.{h,m}",
"MagicThought/Manager/MTManager.{m,h}",
"MagicThought/Manager/MTDeviceManager.{m,h}",
"MagicThought/Category/UIColor/UIColor+ColorfulColor.{m,h}"
],
"resources": "MagicThought/自定义相机/MTVideoController.bundle",
"dependencies": {
"MagicThought/倒计时圆环": [
],
"MagicThought/图片处理": [
],
"MagicThought/加载框": [
]
}
},
{
"name": "DelegateMode",
"source_files": [
"MagicThought/DelegateMode/*.{h,m}",
"MagicThought/拖拽排序/MTDragCollectionView.{h,m}",
"MagicThought/拖拽排序/MTDragCollectionViewCell.{h,m}"
],
"dependencies": {
"MagicThought/Category": [
],
"MagicThought/Protocol": [
],
"MagicThought/Config": [
]
}
},
{
"name": "加载框",
"source_files": [
"MagicThought/加载框/*.{h,m}",
"MagicThought/Config/MTConst.{h,m}",
"MagicThought/图片处理/UIImage+Size.{h,m}"
],
"dependencies": {
"MagicThought/Category": [
]
},
"resources": "MagicThought/加载框/MTHUD.bundle"
},
{
"name": "弹框",
"source_files": "MagicThought/弹框/*.{h,m}",
"dependencies": {
"MagicThought/DelegateMode": [
],
"MagicThought/文本框验证": [
]
}
},
{
"name": "弹框2",
"subspecs": [
{
"name": "Controller",
"source_files": [
"MagicThought/弹框2/Controller/*.{h,m}",
"MagicThought/Category/UIColor/UIColor+ColorfulColor.{m,h}",
"MagicThought/Category/UIView/UIView+Frame.{h,m}"
],
"dependencies": {
"MagicThought/Manager": [
],
"MagicThought/Config": [
],
"MagicThought/Style": [
],
"MagicThought/SubClass/UIViewController/UIViewController+Base": [
]
}
},
{
"name": "Model",
"source_files": "MagicThought/弹框2/Model/*.{h,m}"
}
]
},
{
"name": "刷新小圈圈",
"source_files": [
"MagicThought/刷新小圈圈/*.{h,m}",
"MagicThought/Category/UIView/UIView+Frame.{h,m}"
]
},
{
"name": "Other",
"source_files": "MagicThought/Other/*.{h,m}",
"dependencies": {
"MagicThought/Style": [
]
}
},
{
"name": "倒计时圆环",
"source_files": "MagicThought/倒计时圆环/*.{h,m}",
"dependencies": {
"MagicThought/DelegateMode": [
]
}
},
{
"name": "图片轮播",
"source_files": "MagicThought/图片轮播/*.{h,m}",
"dependencies": {
"MagicThought/DelegateMode": [
]
}
},
{
"name": "手势解锁",
"source_files": "MagicThought/手势解锁/*.{h,m}",
"dependencies": {
"MagicThought/DelegateMode": [
]
}
},
{
"name": "视图左右分割",
"source_files": "MagicThought/视图左右分割/*.{h,m}",
"dependencies": {
"MagicThought/DelegateMode": [
]
}
},
{
"name": "十字滚动",
"subspecs": [
{
"name": "Controller",
"source_files": "MagicThought/十字滚动/Controller/*.{h,m}",
"dependencies": {
"MagicThought/十字滚动/Model": [
],
"MagicThought/十字滚动/View": [
],
"MagicThought/Category": [
],
"MagicThought/Config": [
],
"MagicThought/DelegateMode": [
],
"MagicThought/网络请求": [
]
}
},
{
"name": "Model",
"source_files": [
"MagicThought/十字滚动/Model/*.{h,m}",
"MagicThought/Config/MTDefine.h"
],
"dependencies": {
"MagicThought/十字滚动/View": [
]
}
},
{
"name": "View",
"source_files": [
"MagicThought/十字滚动/View/*.{h,m}",
"MagicThought/十字滚动/Model/*.{h,m}"
],
"dependencies": {
"MagicThought/Category": [
],
"MagicThought/DelegateMode": [
],
"MagicThought/Style": [
],
"MagicThought/控件文字样式设置": [
],
"MagicThought/网络请求": [
]
}
}
]
},
{
"name": "MTSlideView",
"source_files": "MagicThought/MTSlideView/*.{h,m}",
"dependencies": {
"MagicThought/DelegateMode": [
]
}
},
{
"name": "SubClass",
"subspecs": [
{
"name": "UINavigationController",
"source_files": [
"MagicThought/SubClass/UINavigationController/*.{m,h}",
"MagicThought/Protocol/MTDelegateProtocol.h"
],
"dependencies": {
"MagicThought/导航转场": [
],
"MagicThought/Category": [
]
}
},
{
"name": "WKWebView",
"source_files": [
"MagicThought/SubClass/WKWebView/*.{m,h}",
"MagicThought/Category/NSString/NSString+Exist.{m,h}"
],
"dependencies": {
"MagicThought/Config": [
]
}
},
{
"name": "UIButton",
"source_files": [
"MagicThought/SubClass/UIButton/*.{m,h}",
"MagicThought/Category/NSString/NSString+Exist.{m,h}"
],
"dependencies": {
"MagicThought/Config": [
],
"MagicThought/Protocol": [
]
}
},
{
"name": "UITableViewCell",
"source_files": "MagicThought/SubClass/UITableViewCell/*.{m,h}",
"dependencies": {
"MagicThought/DelegateMode": [
]
}
},
{
"name": "UIViewController",
"subspecs": [
{
"name": "UIViewController+Progress",
"source_files": "MagicThought/SubClass/UIViewController/UIViewController + Progress/*.{m,h}",
"dependencies": {
"MagicThought/Style": [
],
"MagicThought/控件文字样式设置": [
],
"MagicThought/Category": [
]
}
},
{
"name": "UIViewController+Base",
"source_files": "MagicThought/SubClass/UIViewController/UIViewController + Base/*.{m,h}",
"dependencies": {
"MagicThought/加载框": [
],
"MagicThought/网络请求": [
],
"MagicThought/DelegateMode": [
],
"MagicThought/Manager": [
]
}
},
{
"name": "UIViewController+MTSafariView",
"source_files": "MagicThought/SubClass/UIViewController/UIViewController + MTSafariView/*.{m,h}",
"resources": "MagicThought/SubClass/UIViewController/UIViewController + MTSafariView/MTSafariViewController.bundle",
"dependencies": {
"MagicThought/Manager": [
],
"MagicThought/Config": [
],
"MagicThought/Category": [
],
"MagicThought/SubClass/UIViewController/UIViewController+Base": [
],
"MagicThought/SubClass/WKWebView": [
]
}
},
{
"name": "UIViewController+Alert",
"source_files": [
"MagicThought/SubClass/UIViewController/UIViewController + Alert/*.{m,h}",
"MagicThought/Category/NSString/NSString+Exist.{m,h}",
"MagicThought/Category/UIView/UIView+Circle.{m,h}",
"MagicThought/Category/UIColor/UIColor+ColorfulColor.{m,h}",
"MagicThought/Category/UILabel/UILabel+LineSpacing.{m,h}"
],
"resources": "MagicThought/SubClass/UIViewController/UIViewController + Alert/MTAlertController.bundle",
"dependencies": {
"MagicThought/Style": [
],
"MagicThought/控件文字样式设置": [
],
"MagicThought/Config": [
]
}
},
{
"name": "UIViewController+PickView",
"source_files": [
"MagicThought/SubClass/UIViewController/UIViewController + PickView/*.{m,h}",
"MagicThought/Category/NSString/NSString+Exist.{m,h}"
],
"resources": "MagicThought/SubClass/UIViewController/UIViewController + PickView/*.xib"
}
]
}
]
},
{
"name": "导航转场",
"subspecs": [
{
"name": "Demo",
"source_files": "MagicThought/导航转场/Demo/*.{m,h}",
"dependencies": {
"MagicThought/控件文字样式设置": [
],
"MagicThought/导航转场/Transitioning": [
],
"MagicThought/导航转场/Model": [
]
}
},
{
"name": "Transitioning",
"source_files": "MagicThought/导航转场/Transitioning/*.{m,h}",
"dependencies": {
"MagicThought/导航转场/NavigationDelegate": [
]
}
},
{
"name": "Model",
"source_files": "MagicThought/导航转场/Model/*.{m,h}",
"dependencies": {
"MagicThought/导航转场/NavigationDelegate": [
]
}
},
{
"name": "NavigationDelegate",
"source_files": [
"MagicThought/导航转场/NavigationDelegate/*.{m,h}",
"MagicThought/SubClass/UINavigationController/*.{m,h}",
"MagicThought/导航转场/Transitioning/MTAnimatedTransitioning.{m,h}",
"MagicThought/导航转场/Model/UIViewControllerTransitionModel.{m,h}",
"MagicThought/Protocol/MTDelegateProtocol.h"
],
"dependencies": {
"MagicThought/Category": [
]
}
}
]
},
{
"name": "图片展示与浏览",
"source_files": "MagicThought/图片展示与浏览/**/*.{m,h}",
"resources": "MagicThought/图片展示与浏览/MTPhotoBrowser.bundle",
"dependencies": {
"MagicThought/Library/TZImagePickerController": [
],
"MagicThought/自定义相机": [
],
"MagicThought/弹框2": [
],
"MagicThought/弹框": [
],
"MagicThought/图片处理": [
],
"MagicThought/控件文字样式设置": [
],
"MagicThought/DelegateMode": [
],
"MagicThought/Manager": [
],
"MagicThought/SubClass": [
]
}
},
{
"name": "Category",
"subspecs": [
{
"name": "NSString",
"source_files": "MagicThought/Category/NSString/*.{m,h}"
},
{
"name": "CLLocation",
"source_files": "MagicThought/Category/CLLocation/*.{m,h}"
},
{
"name": "NSObject",
"source_files": "MagicThought/Category/NSObject/*.{m,h}"
},
{
"name": "UIButton",
"source_files": "MagicThought/Category/UIButton/*.{m,h}"
},
{
"name": "UIColor",
"source_files": "MagicThought/Category/UIColor/*.{m,h}"
},
{
"name": "UIDevice",
"source_files": "MagicThought/Category/UIDevice/*.{m,h}",
"dependencies": {
"MagicThought/Category/NSString": [
],
"MagicThought/Config": [
],
"SSKeychain": [
]
}
},
{
"name": "UILabel",
"source_files": "MagicThought/Category/UILabel/*.{m,h}",
"dependencies": {
"MagicThought/Category/NSString": [
]
}
},
{
"name": "UINavigationBar",
"source_files": "MagicThought/Category/UINavigationBar/*.{m,h}",
"dependencies": {
"MagicThought/Category/UIDevice": [
],
"MagicThought/Config": [
]
}
},
{
"name": "UIView",
"source_files": "MagicThought/Category/UIView/*.{m,h}",
"dependencies": {
"MagicThought/Style": [
],
"MagicThought/Config": [
]
},
"subspecs": [
{
"name": "UIView+Shadow",
"source_files": "MagicThought/Category/UIView/UIView+Shadow/*.{m,h}",
"dependencies": {
"MagicThought/Config": [
]
}
}
]
},
{
"name": "UIViewController",
"source_files": "MagicThought/Category/UIViewController/*.{m,h}",
"dependencies": {
"MagicThought/Manager": [
]
},
"subspecs": [
{
"name": "UIViewController+Modal",
"source_files": "MagicThought/Category/UIViewController/UIViewController+Modal/*.{m,h}"
}
]
}
]
}
]
}