blob: c4f83f87946e43c29fd1d2fb1504e8492bc9609f [file] [log] [blame]
{
"name": "LYTools",
"version": "1.0.2",
"summary": "LYTools 是一组实用工具总结,多为在OC中使用比较方便的工具类,在此用Swift实现",
"homepage": "https://github.com/ly92/LYTools",
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"authors": {
"ly92": "1364757394@qq.com"
},
"source": {
"git": "https://github.com/ly92/LYTools.git",
"tag": "1.0.2"
},
"source_files": "Tools/*.{swift}",
"resources": "Tools/resource/*.{jpeg,png,xib,nib,bundle}",
"requires_arc": true,
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}