blob: b03e7aa3fdcd4de9817810595a7acec1aa9e9d55 [file] [log] [blame]
{
"name": "SwiftHelper",
"version": "0.0.2",
"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.2"
},
"source_files": [
"SwiftHelper",
"SwiftHelper/**/*.{swift}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Kingfisher": [
]
}
}