blob: da9e649eb9b364a5eb5f7a74c6c6e19d7de33148 [file] [log] [blame]
{
"name": "UITableView-MDKAutoLayoutHeight",
"version": "1.1.2",
"summary": "A high performance, low invasive height calculation and Cache Tool for UITableview",
"description": "A high performance, low invasive height calculation and Cache Tool for UITableview",
"homepage": "https://github.com/miku1958/UITableView-MDKAutoLayoutHeight",
"license": "Mozilla",
"authors": {
"miku1958": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/miku1958/UITableView-MDKAutoLayoutHeight.git",
"tag": "1.1.2"
},
"default_subspecs": "Core",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": [
"Class/core/*.{h,m}",
"Class/constContent/*.h"
]
},
{
"name": "DiskCache",
"source_files": [
"Class/diskCache/*.{h,m}",
"Class/constContent/*.h"
],
"dependencies": {
"UITableView-MDKAutoLayoutHeight/Core": [
],
"YYCache": [
]
}
}
]
}