blob: 24568408da1bf3d9b3f029faaa22d20b34ffdd89 [file] [log] [blame]
{
"name": "LYTools",
"version": "1.0.3",
"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.3"
},
"source_files": "Tools/*.{swift}",
"resources": "Tools/resource/*.{jpeg,png,xib,nib,bundle}",
"requires_arc": true,
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}