blob: d921a17ded11c4e713848addfc6276afe41c438c [file] [log] [blame]
{
"name": "CSLUILibrary",
"version": "0.1.9",
"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.1.9"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CSLUILibrary/**/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"resources": "CSLUILibrary/Resources/*.png",
"dependencies": {
"CSLCommonLibrary": [
],
"JSONModel": [
]
},
"subspecs": [
{
"name": "SLAlertView",
"source_files": "CSLUILibrary/SLImageView/*.{h,m}"
}
]
}