blob: 92c625cef738868593fd63efadc576c51ce67b8b [file] [log] [blame]
{
"name": "SWTool",
"version": "0.0.2.0",
"summary": "base tools for swift",
"homepage": "https://github.com/zhenghaodd01/SWTool",
"license": "MIT",
"authors": {
"zhenghaodd01": "haozheng@hk01.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhenghaodd01/SWTool.git",
"tag": "0.0.2.0"
},
"resources": "SWTool/SWTools/Resources/*",
"source_files": [
"SWTool/SWTools/*.{swift, xib}",
"SWTool/SWTools/**/*.{swift, xib}",
"SWTool/SWTools/**/**/*.{swift, xib}",
"SWTool/SWTools/Resources/*",
"SWTool/SWTools/*.{xib}",
"SWTool/SWTools/**/*.{xib}",
"SWTool/SWTools/**/**/*.{xib}"
],
"requires_arc": true
}