blob: 3684ea625db1f71e67244ab30c5743115810ccdd [file] [log] [blame]
{
"name": "PluggableAppDelegate",
"version": "1.1.0",
"summary": "A lightweight service-oriented ApplicationDelegate for iOS, made in Swift.",
"description": "Using PluggableAppDelegate you separate AppDelegate from the services that you can plug to it. Each ApplicationService has its own life cycle that is shared with AppDelegate.",
"homepage": "https://github.com/pchelnikov/PluggableAppDelegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Pchelnikov": "m.pchelnikov@gmail.com"
},
"source": {
"git": "https://github.com/pchelnikov/PluggableAppDelegate.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/pchelnikov",
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift"
}