blob: e3c531d57b5312483510a793f5ecaf1779ecc032 [file] [log] [blame]
{
"name": "SUIUtils",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"summary": "A collection of convenient classes for iOS.",
"license": "MIT",
"homepage": "https://github.com/randomprocess/SUIUtils",
"authors": {
"RandomSuio": "randomprocess@qq.com"
},
"source": {
"git": "https://github.com/randomprocess/SUIUtils.git",
"tag": "0.0.1"
},
"requires_arc": true,
"public_header_files": "SUIUtils/**/*.h",
"source_files": "SUIUtils/SUIUtils.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore"
],
"subspecs": [
{
"name": "Tool",
"source_files": "SUIUtils/Tool/*.{h,m}"
},
{
"name": "Foundation",
"dependencies": {
"SUIUtils/Tool": [
]
},
"source_files": "SUIUtils/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"dependencies": {
"SUIUtils/Foundation": [
]
},
"source_files": "SUIUtils/UIKit/*.{h,m}"
},
{
"name": "Helper",
"dependencies": {
"SUIUtils/UIKit": [
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.4"
]
},
"source_files": "SUIUtils/Helper/*.{h,m}"
}
]
}