blob: fe1564a2507b8f2b3b5ced7f739ce5bdc051f4eb [file] [log] [blame]
{
"name": "AppDelegateComponent",
"version": "1.0.1",
"summary": "Split functionality in AppDelegate into smaller components",
"description": "Provides a easy way to split functionality used in AppDelegate callbacks into small components",
"homepage": "https://github.com/hartlco/AppDelegateComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hartlco": "martin@hartl.co"
},
"source": {
"git": "https://github.com/hartlco/AppDelegateComponent.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/hartlco",
"platforms": {
"ios": "8.0"
},
"source_files": "AppDelegateComponent/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}