blob: df5351e40a2517ab28ae4f30b25662188abc7779 [file] [log] [blame]
{
"name": "SUIToolKit",
"version": "1.1.1",
"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": "1.1.1"
},
"requires_arc": true,
"public_header_files": "SUIToolKit/**/*.h",
"source_files": "SUIToolKit/SUIToolKit.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"SUIUtilities": [
"~> 1.0.0"
],
"SUICategories": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "DBHelper",
"dependencies": {
"LKDBHelper": [
"~> 2.1.7"
]
},
"source_files": "SUIToolKit/DBHelper/*.{h,m}"
},
{
"name": "MVVM",
"dependencies": {
"SUIToolKit/DBHelper": [
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.3"
]
},
"source_files": "SUIToolKit/MVVM/*.{h,m}"
},
{
"name": "CustomView",
"frameworks": "ImageIO",
"source_files": "SUIToolKit/CustomView/**/*.{h,m}"
}
]
}