blob: 4819863794afa05ec9bb189463c4e8a4b50c1f8c [file] [log] [blame]
{
"name": "SUIToolKit",
"version": "1.0.0",
"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.0.0"
},
"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.0.0"
]
},
"subspecs": [
{
"name": "Common"
},
{
"name": "MVVM",
"dependencies": {
"SUIToolKit/Common": [
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.3"
]
}
}
]
}