blob: f6cd9e917e081f1963987b9808b5db654c8ef06e [file] [log] [blame]
{
"name": "LCHelper",
"version": "0.1.1",
"summary": "项目中用的一些工具类和Extension",
"homepage": "https://github.com/iLiuChang/LCHelper",
"license": "MIT",
"authors": {
"iLiuChang": "iliuchang@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iLiuChang/LCHelper.git",
"tag": "0.1.1"
},
"source_files": [
"LCHelper/*.{h,m}",
"LCHelper/Extensions/**/*.{h,m}",
"LCHelper/Utils/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}