blob: 322912b5ed0e9d8afe7bd977043e5d6effebb949 [file] [log] [blame]
{
"name": "FFToolModule",
"version": "1.0.3",
"summary": "This is some summary for FFToolModule",
"description": "FFToolModule 是一个用于保存一些常用工具,控件类,各类类别类的工具",
"homepage": "https://github.com/FelixZhengFei/FFToolModule",
"license": "MIT",
"authors": "郑强飞",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/FelixZhengFei/FFToolModule.git",
"tag": "1.0.3"
},
"source_files": "FFToolModule/FFToolModule/Files/**/*.{h,m,swift}",
"requires_arc": true,
"subspecs": [
{
"name": "FFAlert",
"source_files": "FFToolModule/FFToolModule/FFAlert/*.{h,m,swift}"
}
]
}