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