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