blob: ba71f6efe6c79d4d606557bd0a47ad2991458614 [file] [log] [blame]
{
"name": "SwiftHelper",
"version": "0.1",
"summary": "项目中用的一些工具类和Extension",
"homepage": "https://github.com/iLiuChang/SwiftHelper",
"license": "MIT",
"authors": "LiuChang",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iLiuChang/SwiftHelper.git",
"tag": "0.1"
},
"source_files": "SwiftHelper/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}