blob: b47f8a175ad089a3ff1f449e03ceb8a3c6eb0840 [file] [log] [blame]
{
"name": "SUIToolKit",
"version": "0.2.3",
"platforms": {
"ios": "7.0"
},
"summary": "A collection of convenient classes for iOS.",
"license": "MIT",
"homepage": "https://github.com/randomprocess/SUIToolKit",
"authors": {
"suio~": "randomprocess@qq.com"
},
"source": {
"git": "https://github.com/randomprocess/SUIToolKit.git",
"tag": "0.2.3"
},
"requires_arc": true,
"public_header_files": "SUIToolKit/**/*.h",
"source_files": "SUIToolKit/SUIToolKit.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreData",
"QuartzCore"
],
"subspecs": [
{
"name": "Tool",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
},
"source_files": "SUIToolKit/Tool/*.{h,m}"
},
{
"name": "Base",
"dependencies": {
"SUIToolKit/Tool": [
],
"MGSwipeTableCell": [
"~> 1.5.1"
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.3"
],
"DZNEmptyDataSet": [
"~> 1.7"
],
"MJRefresh": [
"~> 1.4.7"
],
"MJExtension": [
"~> 2.3.7"
],
"MagicalRecord": [
"~> 2.3.0"
]
},
"source_files": "SUIToolKit/Base/*.{h,m}"
},
{
"name": "Category",
"dependencies": {
"SUIToolKit/Tool": [
],
"SUIToolKit/Base": [
]
},
"source_files": "SUIToolKit/Category/*.{h,m}"
},
{
"name": "View",
"dependencies": {
"SUIToolKit/Tool": [
],
"SUIToolKit/Base": [
],
"SUIToolKit/Category": [
],
"SDWebImage": [
"~> 3.7.3"
]
},
"source_files": "SUIToolKit/View/*.{h,m}"
}
]
}