blob: 5e46e801e466fdbb5947304c93bf20b06490cba0 [file] [log] [blame]
{
"name": "DYTools",
"version": "0.1.5",
"summary": "Tools of iOS",
"description": "一组有用的工具集,用于iOS开发常用工具",
"homepage": "https://github.com/FightingEveryDay/DYTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FightingEveryDay": "wdy19921117@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/FightingEveryDay/DYTools.git",
"tag": "0.1.5"
},
"source_files": [
"DYTools",
"DYTools/**/*.{h,m}"
],
"exclude_files": "DYToolsDemo",
"requires_arc": true
}