blob: ae3fc947205b2d8151a66cb769bb3b2f789a8510 [file] [log] [blame]
{
"name": "ios-Utility",
"version": "1.0-Utility",
"summary": "项目开发过程工具.",
"description": "项目敏捷开发,为开发提供常用的开发工具。",
"homepage": "https://github.com/vsguji/ios-Utility",
"license": "MIT",
"authors": {
"peng": "vsguji_2013@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vsguji/ios-Utility.git",
"tag": "1.0-Utility"
},
"source_files": [
"Utility/Utility",
"Utility/Utility/**/*.{h,m}"
],
"exclude_files": "Utility/Utility/Exclude",
"frameworks": [
"UIKit",
"Foundation",
"Security"
]
}