blob: ee3ac7b7ae482db0cbc409817dde287ee5cd520e [file] [log] [blame]
{
"name": "SYZAppDelegateModule",
"version": "0.1.0",
"summary": "相当于appdelegate分类,每个模块与appdelegate相关的内容可以单独创建,并写出",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sundasheng1985/SYZAppDelegateModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sundasheng1985": "641569408@qq.com"
},
"source": {
"git": "https://github.com/sundasheng1985/SYZAppDelegateModule.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SYZAppDelegateModule/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SYZUIBasekit": [
]
}
}