blob: 6c05b0884a774117f24213248202b5da416bef3e [file] [log] [blame]
{
"name": "CSLCommonLibrary",
"version": "0.0.1",
"summary": "supply basic function,package basic library,like kvo,notify.",
"homepage": "https://github.com/chengshiliang/CSLCommonLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengshiliang": "285928582@qq.com"
},
"source": {
"git": "https://github.com/chengshiliang/CSLCommonLibrary.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CSLCommonLibrary/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}