blob: 24a1f54242c102e43c435905dd7d2a2b90fb8fbe [file] [log] [blame]
{
"name": "SUIToolKit",
"version": "0.0.7",
"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.0.7"
},
"requires_arc": true,
"public_header_files": "SUIToolKit/**/*.h",
"source_files": "SUIToolKit/SUIToolKit.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreData"
],
"subspecs": [
{
"name": "SUIBase",
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
"~> 1.3"
],
"AFNetworking": [
"~> 2.5.4"
],
"MJRefresh": [
"~> 1.4.7"
],
"MJExtension": [
"~> 2.3.7"
],
"MagicalRecord": [
"~> 2.3.0"
]
},
"source_files": "SUIToolKit/SUIBase/*.{h,m}"
},
{
"name": "Category",
"dependencies": {
"SUIToolKit/SUIBase": [
]
},
"source_files": "SUIToolKit/Category/*.{h,m}"
}
]
}