blob: 6ecfb0eeb68d4fd40a2622b1745cf02d52f3f51b [file] [log] [blame]
{
"name": "SwiftHelper",
"version": "0.0.6",
"summary": "项目中用的一些工具类和Extension",
"homepage": "https://github.com/LiuChang712/SwiftHelper",
"license": "MIT",
"authors": {
"liuchang": "iosliuchang@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LiuChang712/SwiftHelper.git",
"tag": "0.0.6"
},
"source_files": [
"SwiftHelper",
"SwiftHelper/**/*.{swift}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Kingfisher": [
"~> 2.6.0"
]
}
}