blob: 57e9359f15089570e46ddd5bf781db7b560c506c [file] [log] [blame]
{
"name": "AppDelegatePlug",
"version": "1.0.0",
"summary": "Let us make the AppDelegate Pluggable.",
"description": "Using AppDelegatePlug you separate AppDelegate from the services that you can plug to it. Each DelegatePlug has its own life cycle that is shared with AppDelegate.",
"homepage": "https://github.com/kamrul-cse/AppDelegatePlug",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Md. Kamrul Hasan": "mhgolap11@gmail.com"
},
"source": {
"git": "https://github.com/kamrul-cse/AppDelegatePlug.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "AppDelegatePlug/Classes/**/*",
"swift_version": "5.0"
}