blob: ca110c3594f3ec0f8007e5663e3d12bc09337c56 [file] [log] [blame]
{
"name": "SWTool",
"version": "0.0.1.11",
"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.1.11"
},
"resources": "SWTool/SWTools/Resources/*",
"source_files": [
"SWTool/SWTools/*.{png, xib, nib, bundle, swift}",
"SWTool/SWTools/**/*.{png, xib, nib, bundle, swift}",
"SWTool/SWTools/**/**/*.{png, xib, nib, bundle, swift}",
"SWTool/SWTools/Resources/*",
"SWTool/SWTools/*.{png, xib, nib, bundle}",
"SWTool/SWTools/**/*.{png, xib, nib, bundle}",
"SWTool/SWTools/**/**/*.{png, xib, nib, bundle}"
],
"requires_arc": true
}