blob: 9bab5fee057cec90abe8b6b6c9c18b90e003908d [file] [log] [blame]
{
"name": "DYTools",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": [
"DYTools",
"DYTools/**/*.{h,m}"
],
"exclude_files": "DYToolsDemo",
"requires_arc": true
}