blob: 92b78e414185d90f24d1cbf595b93c68c3233eb9 [file] [log] [blame]
{
"name": "CSLUILibrary",
"version": "0.0.8",
"summary": "UI configurable interface Library",
"homepage": "https://github.com/chengshiliang/CSLUILibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengshiliang": "285928582@qq.com"
},
"source": {
"git": "https://github.com/chengshiliang/CSLUILibrary.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CSLUILibrary/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"resources": "CSLUILibrary/Resources/*.png",
"dependencies": {
"CSLCommonLibrary": [
],
"Masonry": [
],
"SDWebImage": [
],
"JSONModel": [
],
"UITableView+FDTemplateLayoutCell": [
]
}
}