blob: 782aad34a780ece8f5c94b07c3d0c754b5594955 [file] [log] [blame]
{
"name": "AppDelegateComponent",
"version": "1.0",
"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"
},
"social_media_url": "https://twitter.com/hartlco",
"platforms": {
"ios": "8.0"
},
"source_files": "AppDelegateComponent/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}