blob: d4efa7d84b0efe137592a78a593f86b0de25ccce [file] [log] [blame]
{
"name": "PluggableAppDelegate",
"version": "1.0.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.0.0"
},
"social_media_url": "https://twitter.com/pchelnikov",
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift"
}