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