blob: e3f69f35c55582226f6b4e6979994ebd9b29c582 [file] [log] [blame]
{
"name": "LCHelper",
"version": "1.1.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.1.0"
},
"requires_arc": true,
"source_files": "LCHelper/**/*.{h,m}",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Extension",
"source_files": "LCHelper/Extension/**/*"
},
{
"name": "Util",
"source_files": "LCHelper/Util/*"
}
]
}